#37743D

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

Shades of Japanese Laurel #37743D

Tints of Japanese Laurel #37743D

Color information

#37743D (or 0x37743D) is unknown color: approx Japanese Laurel. HEX triplet: 37, 74 and 3D. RGB value is (55,116,61). Sum of RGB (Red+Green+Blue) = 55+116+61=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #37743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37743D is #C88BC2. Grayscale: #5B5B5B. Windows color (decimal): -13142979 or 4027447. OLE color: 4027447.

HSL color Cylindrical-coordinate representation of color #37743D: hue angle of 125.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37743D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5511661-
CMYK0.5300.470.55
HSL125.9º35.67%33.53%-
HSV(B)125.9º52.59%45.49%-
XYZ8.6613.646.59-
YUV91.49110.79101.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=23.71%
G=50%
B=26.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116610.5300.470.55125.935.6733.53
Hex37743D3502F377e2422
Octal671647565057671764442
Binary110111111010011110111010101011111101111111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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