#397533

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

Shades of Japanese Laurel #397533

Tints of Japanese Laurel #397533

Color information

#397533 (or 0x397533) is unknown color: approx Japanese Laurel. HEX triplet: 39, 75 and 33. RGB value is (57,117,51). Sum of RGB (Red+Green+Blue) = 57+117+51=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #397533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397533 is #C68ACC. Grayscale: #5B5B5B. Windows color (decimal): -13011661 or 3372345. OLE color: 3372345.

HSL color Cylindrical-coordinate representation of color #397533: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397533 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5711751-
CMYK0.5100.560.54
HSL114.55º39.29%32.94%-
HSV(B)114.55º56.41%45.88%-
XYZ8.6513.835.35-
YUV91.54105.12103.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=25.33%
G=52%
B=22.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117510.5100.560.54114.5539.2932.94
Hex3975333303836732721
Octal711656363070661634741
Binary111001111010111001111001101110001101101110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397533; }

 p { color: rgb(57,117,51); }

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

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

 a { background-color: rgb(57,117,51); }

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

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

 span { border-color: rgb(57,117,51); }

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