#397335

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

Shades of Japanese Laurel #397335

Tints of Japanese Laurel #397335

Color information

#397335 (or 0x397335) is unknown color: approx Japanese Laurel. HEX triplet: 39, 73 and 35. RGB value is (57,115,53). Sum of RGB (Red+Green+Blue) = 57+115+53=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #397335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397335 is #C68CCA. Grayscale: #5A5A5A. Windows color (decimal): -13012171 or 3502905. OLE color: 3502905.

HSL color Cylindrical-coordinate representation of color #397335: hue angle of 116.13º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397335 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB5711553-
CMYK0.5000.540.55
HSL116.13º36.9%32.94%-
HSV(B)116.13º53.91%45.1%-
XYZ8.4613.395.51-
YUV90.59106.78104.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=25.33%
G=51.11%
B=23.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115530.5000.540.55116.1336.932.94
Hex3973353203637742521
Octal711636562066671644541
Binary111001111001111010111001001101101101111110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397335; }

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

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

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

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

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

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

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

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