#377339

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

Shades of Japanese Laurel #377339

Tints of Japanese Laurel #377339

Color information

#377339 (or 0x377339) is unknown color: approx Japanese Laurel. HEX triplet: 37, 73 and 39. RGB value is (55,115,57). Sum of RGB (Red+Green+Blue) = 55+115+57=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #377339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377339 is #C88CC6. Grayscale: #5A5A5A. Windows color (decimal): -13143239 or 3765047. OLE color: 3765047.

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

Color convert

RGB5511557-
CMYK0.5200.500.55
HSL122º35.29%33.33%-
HSV(B)122º52.17%45.1%-
XYZ8.4413.376.01-
YUV90.45109.12102.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=24.23%
G=50.66%
B=25.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115570.5200.500.5512235.2933.33
Hex37733934032377a2321
Octal671637164062671724341
Binary110111111001111100111010001100101101111111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377339; }

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

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

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

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

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

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

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

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