#397F35

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

Shades of Japanese Laurel #397F35

Tints of Japanese Laurel #397F35

Color information

#397F35 (or 0x397F35) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7F and 35. RGB value is (57,127,53). Sum of RGB (Red+Green+Blue) = 57+127+53=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #397F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F35 is #C680CA. Grayscale: #616161. Windows color (decimal): -13009099 or 3505977. OLE color: 3505977.

HSL color Cylindrical-coordinate representation of color #397F35: hue angle of 116.76º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397F35 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB5712753-
CMYK0.5500.580.50
HSL116.76º41.11%35.29%-
HSV(B)116.76º58.27%49.8%-
XYZ9.9216.315.99-
YUV97.63102.8199.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=24.05%
G=53.59%
B=22.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57127530.5500.580.50116.7641.1135.29
Hex397F353703A32752923
Octal711776567072621655143
Binary111001111111111010111011101110101100101110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397F35; }

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

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

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

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

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

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

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

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