#397337

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

Shades of Japanese Laurel #397337

Tints of Japanese Laurel #397337

Color information

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

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

Color convert

RGB5711555-
CMYK0.5000.520.55
HSL118º35.29%33.33%-
HSV(B)118º52.17%45.1%-
XYZ8.5113.415.75-
YUV90.82107.78103.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115550.5000.520.5511835.2933.33
Hex3973373203437762321
Octal711636762064671664341
Binary111001111001111011111001001101001101111110110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397337; }

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

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

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

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

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

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

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

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