#37933C

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

Shades of Japanese Laurel #37933C

Tints of Japanese Laurel #37933C

Color information

#37933C (or 0x37933C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 93 and 3C. RGB value is (55,147,60). Sum of RGB (Red+Green+Blue) = 55+147+60=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #37933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37933C is #C86CC3. Grayscale: #6D6D6D. Windows color (decimal): -13135044 or 3969847. OLE color: 3969847.

HSL color Cylindrical-coordinate representation of color #37933C: hue angle of 123.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37933C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5514760-
CMYK0.6300.590.42
HSL123.26º45.54%39.61%-
HSV(B)123.26º62.59%57.65%-
XYZ12.8222.017.85-
YUV109.57100.0289.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=20.99%
G=56.11%
B=22.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55147600.6300.590.42123.2645.5439.61
Hex37933C3F03B2A7b2e28
Octal672237477073521735650
Binary1101111001001111110011111101110111010101111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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