#37843E

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

Shades of Japanese Laurel #37843E

Tints of Japanese Laurel #37843E

Color information

#37843E (or 0x37843E) is unknown color: approx Japanese Laurel. HEX triplet: 37, 84 and 3E. RGB value is (55,132,62). Sum of RGB (Red+Green+Blue) = 55+132+62=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #37843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37843E is #C87BC1. Grayscale: #656565. Windows color (decimal): -13138882 or 4097079. OLE color: 4097079.

HSL color Cylindrical-coordinate representation of color #37843E: hue angle of 125.45º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37843E is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB5513262-
CMYK0.5800.530.48
HSL125.45º41.18%36.67%-
HSV(B)125.45º58.33%51.76%-
XYZ10.717.667.4-
YUV101105.9995.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=22.09%
G=53.01%
B=24.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132620.5800.530.48125.4541.1836.67
Hex37843E3A035307d2925
Octal672047672065601755145
Binary1101111000010011111011101001101011100001111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37843E; }

 p { color: rgb(55,132,62); }

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

<style>
 a { background-color: #37843E; }

 a { background-color: rgb(55,132,62); }

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

<style>
 span { border-color: #37843E; }

 span { border-color: rgb(55,132,62); }

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