#37703D

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

Shades of Japanese Laurel #37703D

Tints of Japanese Laurel #37703D

Color information

#37703D (or 0x37703D) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 3D. RGB value is (55,112,61). Sum of RGB (Red+Green+Blue) = 55+112+61=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #37703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37703D is #C88FC2. Grayscale: #595959. Windows color (decimal): -13144003 or 4026423. OLE color: 4026423.

HSL color Cylindrical-coordinate representation of color #37703D: hue angle of 126.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37703D is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5511261-
CMYK0.5100.460.56
HSL126.32º34.13%32.75%-
HSV(B)126.32º50.89%43.92%-
XYZ8.2112.746.44-
YUV89.14112.12103.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=24.12%
G=49.12%
B=26.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112610.5100.460.56126.3234.1332.75
Hex37703D3302E387e2221
Octal671607563056701764241
Binary110111111000011110111001101011101110001111110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37703D; }

 p { color: rgb(55,112,61); }

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

<style>
 a { background-color: #37703D; }

 a { background-color: rgb(55,112,61); }

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

<style>
 span { border-color: #37703D; }

 span { border-color: rgb(55,112,61); }

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