#31773C

Color #31773C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #31773C

Tints of Japanese Laurel #31773C

Color information

#31773C (or 0x31773C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 77 and 3C. RGB value is (49,119,60). Sum of RGB (Red+Green+Blue) = 49+119+60=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #31773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773C is #CE88C3. Grayscale: #5B5B5B. Windows color (decimal): -13535428 or 3962673. OLE color: 3962673.

HSL color Cylindrical-coordinate representation of color #31773C: hue angle of 129.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31773C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB4911960-
CMYK0.5900.500.53
HSL129.43º41.67%32.94%-
HSV(B)129.43º58.82%46.67%-
XYZ8.6814.176.55-
YUV91.34110.3197.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=21.49%
G=52.19%
B=26.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119600.5900.500.53129.4341.6732.94
Hex31773C3B03235812a21
Octal611677473062652015241
Binary1100011110111111100111011011001011010110000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31773C; }

 p { color: rgb(49,119,60); }

 H1.HeaderClassName
 {
   color: #31773C;
 }
 .AnyTagClassName
 {
   color: #31773C;
 }
</style>
background-color css

<style>
 a { background-color: #31773C; }

 a { background-color: rgb(49,119,60); }

 div.DivClassName
 {
   background-color: #31773C;
 }
 .BgClassName
 {
   background-color: #31773C;
 }
</style>
border-color css

<style>
 span { border-color: #31773C; }

 span { border-color: rgb(49,119,60); }

 td.TdClassName
 {
   border-color: #31773C;
 }
 .TagClassName
 {
   border-color: #31773C;
 }
</style>