#377231

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

Shades of Japanese Laurel #377231

Tints of Japanese Laurel #377231

Color information

#377231 (or 0x377231) is unknown color: approx Japanese Laurel. HEX triplet: 37, 72 and 31. RGB value is (55,114,49). Sum of RGB (Red+Green+Blue) = 55+114+49=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #377231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377231 is #C88DCE. Grayscale: #595959. Windows color (decimal): -13143503 or 3240503. OLE color: 3240503.

HSL color Cylindrical-coordinate representation of color #377231: hue angle of 114.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377231 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5511449-
CMYK0.5200.570.55
HSL114.46º39.88%31.96%-
HSV(B)114.46º57.02%44.71%-
XYZ8.1513.075-
YUV88.95105.45103.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=25.23%
G=52.29%
B=22.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114490.5200.570.55114.4639.8831.96
Hex3772313403937722820
Octal671626164071671625040
Binary110111111001011000111010001110011101111110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377231; }

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

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

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

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

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

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

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

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