#37843C

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

Shades of Japanese Laurel #37843C

Tints of Japanese Laurel #37843C

Color information

#37843C (or 0x37843C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 84 and 3C. RGB value is (55,132,60). Sum of RGB (Red+Green+Blue) = 55+132+60=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #37843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37843C is #C87BC3. Grayscale: #646464. Windows color (decimal): -13138884 or 3966007. OLE color: 3966007.

HSL color Cylindrical-coordinate representation of color #37843C: hue angle of 123.9º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37843C is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5513260-
CMYK0.5800.550.48
HSL123.9º41.18%36.67%-
HSV(B)123.9º58.33%51.76%-
XYZ10.6417.647.12-
YUV100.77104.9995.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=22.27%
G=53.44%
B=24.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132600.5800.550.48123.941.1836.67
Hex37843C3A037307c2925
Octal672047472067601745145
Binary1101111000010011110011101001101111100001111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,132,60); }

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

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

 a { background-color: rgb(55,132,60); }

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

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

 span { border-color: rgb(55,132,60); }

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