#377536

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

Shades of Japanese Laurel #377536

Tints of Japanese Laurel #377536

Color information

#377536 (or 0x377536) is unknown color: approx Japanese Laurel. HEX triplet: 37, 75 and 36. RGB value is (55,117,54). Sum of RGB (Red+Green+Blue) = 55+117+54=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #377536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377536 is #C88AC9. Grayscale: #5B5B5B. Windows color (decimal): -13142730 or 3568951. OLE color: 3568951.

HSL color Cylindrical-coordinate representation of color #377536: hue angle of 119.05º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377536 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB5511754-
CMYK0.5300.540.54
HSL119.05º36.84%33.53%-
HSV(B)119.05º53.85%45.88%-
XYZ8.613.85.7-
YUV91.28106.96102.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=24.34%
G=51.77%
B=23.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117540.5300.540.54119.0536.8433.53
Hex3775363503636772522
Octal671656665066661674542
Binary110111111010111011011010101101101101101110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377536; }

 p { color: rgb(55,117,54); }

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

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

 a { background-color: rgb(55,117,54); }

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

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

 span { border-color: rgb(55,117,54); }

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