#397C40

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

Shades of Japanese Laurel #397C40

Tints of Japanese Laurel #397C40

Color information

#397C40 (or 0x397C40) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7C and 40. RGB value is (57,124,64). Sum of RGB (Red+Green+Blue) = 57+124+64=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #397C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C40 is #C683BF. Grayscale: #616161. Windows color (decimal): -13009856 or 4226105. OLE color: 4226105.

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

Color convert

RGB5712464-
CMYK0.5400.480.51
HSL126.27º37.02%35.49%-
HSV(B)126.27º54.03%48.63%-
XYZ9.8215.667.35-
YUV97.13109.399.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=23.27%
G=50.61%
B=26.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124640.5400.480.51126.2737.0235.49
Hex397C4036030337e2523
Octal7117410066060631764543
Binary1110011111100100000011011001100001100111111110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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