#397C41

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

Shades of Japanese Laurel #397C41

Tints of Japanese Laurel #397C41

Color information

#397C41 (or 0x397C41) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7C and 41. RGB value is (57,124,65). Sum of RGB (Red+Green+Blue) = 57+124+65=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #397C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C41 is #C683BE. Grayscale: #616161. Windows color (decimal): -13009855 or 4291641. OLE color: 4291641.

HSL color Cylindrical-coordinate representation of color #397C41: hue angle of 127.16º 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 #397C41 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB5712465-
CMYK0.5400.480.51
HSL127.16º37.02%35.49%-
HSV(B)127.16º54.03%48.63%-
XYZ9.8515.677.51-
YUV97.24109.899.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=23.17%
G=50.41%
B=26.42%

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
Decimal57124650.5400.480.51127.1637.0235.49
Hex397C4136030337f2523
Octal7117410166060631774543
Binary1110011111100100000111011001100001100111111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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