#377731

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

Shades of Japanese Laurel #377731

Tints of Japanese Laurel #377731

Color information

#377731 (or 0x377731) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 31. RGB value is (55,119,49). Sum of RGB (Red+Green+Blue) = 55+119+49=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #377731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377731 is #C888CE. Grayscale: #5C5C5C. Windows color (decimal): -13142223 or 3241783. OLE color: 3241783.

HSL color Cylindrical-coordinate representation of color #377731: hue angle of 114.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377731 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB5511949-
CMYK0.5400.590.53
HSL114.86º41.67%32.94%-
HSV(B)114.86º58.82%46.67%-
XYZ8.7314.235.19-
YUV91.88103.8101.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=24.66%
G=53.36%
B=21.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119490.5400.590.53114.8641.6732.94
Hex3777313603B35732a21
Octal671676166073651635241
Binary110111111011111000111011001110111101011110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377731; }

 p { color: rgb(55,119,49); }

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

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

 a { background-color: rgb(55,119,49); }

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

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

 span { border-color: rgb(55,119,49); }

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