#37763C

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

Shades of Japanese Laurel #37763C

Tints of Japanese Laurel #37763C

Color information

#37763C (or 0x37763C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 76 and 3C. RGB value is (55,118,60). Sum of RGB (Red+Green+Blue) = 55+118+60=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #37763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37763C is #C889C3. Grayscale: #5C5C5C. Windows color (decimal): -13142468 or 3962423. OLE color: 3962423.

HSL color Cylindrical-coordinate representation of color #37763C: hue angle of 124.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37763C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB5511860-
CMYK0.5300.490.54
HSL124.76º36.42%33.92%-
HSV(B)124.76º53.39%46.27%-
XYZ8.8714.16.53-
YUV92.55109.63101.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=23.61%
G=50.64%
B=25.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118600.5300.490.54124.7636.4233.92
Hex37763C35031367d2422
Octal671667465061661754442
Binary110111111011011110011010101100011101101111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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