#377342

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

Shades of Japanese Laurel #377342

Tints of Japanese Laurel #377342

Color information

#377342 (or 0x377342) is unknown color: approx Japanese Laurel. HEX triplet: 37, 73 and 42. RGB value is (55,115,66). Sum of RGB (Red+Green+Blue) = 55+115+66=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #377342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377342 is #C88CBD. Grayscale: #5B5B5B. Windows color (decimal): -13143230 or 4354871. OLE color: 4354871.

HSL color Cylindrical-coordinate representation of color #377342: hue angle of 131º 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 #377342 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5511566-
CMYK0.5200.430.55
HSL131º35.29%33.33%-
HSV(B)131º52.17%45.1%-
XYZ8.6913.477.3-
YUV91.47113.62101.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=23.31%
G=48.73%
B=27.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115660.5200.430.5513135.2933.33
Hex3773423402B37832321
Octal6716310264053672034341
Binary11011111100111000010110100010101111011110000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377342; }

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

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

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

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

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

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

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

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