#397D40

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

Shades of Japanese Laurel #397D40

Tints of Japanese Laurel #397D40

Color information

#397D40 (or 0x397D40) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7D and 40. RGB value is (57,125,64). Sum of RGB (Red+Green+Blue) = 57+125+64=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #397D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D40 is #C682BF. Grayscale: #616161. Windows color (decimal): -13009600 or 4226361. OLE color: 4226361.

HSL color Cylindrical-coordinate representation of color #397D40: hue angle of 126.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D40 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB5712564-
CMYK0.5400.490.51
HSL126.18º37.36%35.69%-
HSV(B)126.18º54.4%49.02%-
XYZ9.9515.917.4-
YUV97.71108.9798.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 125 (49.22% from 255) = 50.81%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=23.17%
G=50.81%
B=26.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57125640.5400.490.51126.1837.3635.69
Hex397D4036031337e2524
Octal7117510066061631764544
Binary1110011111101100000011011001100011100111111110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,125,64); }

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

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

 a { background-color: rgb(57,125,64); }

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

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

 span { border-color: rgb(57,125,64); }

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