#37733D

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

Shades of Japanese Laurel #37733D

Tints of Japanese Laurel #37733D

Color information

#37733D (or 0x37733D) is unknown color: approx Japanese Laurel. HEX triplet: 37, 73 and 3D. RGB value is (55,115,61). Sum of RGB (Red+Green+Blue) = 55+115+61=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #37733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37733D is #C88CC2. Grayscale: #5B5B5B. Windows color (decimal): -13143235 or 4027191. OLE color: 4027191.

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

Color convert

RGB5511561-
CMYK0.5200.470.55
HSL126º35.29%33.33%-
HSV(B)126º52.17%45.1%-
XYZ8.5513.416.55-
YUV90.9111.12102.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=23.81%
G=49.78%
B=26.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115610.5200.470.5512635.2933.33
Hex37733D3402F377e2321
Octal671637564057671764341
Binary110111111001111110111010001011111101111111110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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