#377542

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

Shades of Japanese Laurel #377542

Tints of Japanese Laurel #377542

Color information

#377542 (or 0x377542) is unknown color: approx Japanese Laurel. HEX triplet: 37, 75 and 42. RGB value is (55,117,66). Sum of RGB (Red+Green+Blue) = 55+117+66=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #377542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377542 is #C88ABD. Grayscale: #5C5C5C. Windows color (decimal): -13142718 or 4355383. OLE color: 4355383.

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

Color convert

RGB5511766-
CMYK0.5300.440.54
HSL130.65º36.05%33.73%-
HSV(B)130.65º52.99%45.88%-
XYZ8.9213.937.37-
YUV92.65112.96101.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=23.11%
G=49.16%
B=27.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117660.5300.440.54130.6536.0533.73
Hex3775423502C36832422
Octal6716510265054662034442
Binary11011111101011000010110101010110011011010000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377542; }

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

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

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

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

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

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

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

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