#397941

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

Shades of Japanese Laurel #397941

Tints of Japanese Laurel #397941

Color information

#397941 (or 0x397941) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 41. RGB value is (57,121,65). Sum of RGB (Red+Green+Blue) = 57+121+65=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #397941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397941 is #C686BE. Grayscale: #5F5F5F. Windows color (decimal): -13010623 or 4290873. OLE color: 4290873.

HSL color Cylindrical-coordinate representation of color #397941: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397941 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5712165-
CMYK0.5300.460.53
HSL127.5º35.96%34.9%-
HSV(B)127.5º52.89%47.45%-
XYZ9.4814.937.38-
YUV95.48110.8100.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=23.46%
G=49.79%
B=26.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121650.5300.460.53127.535.9634.9
Hex3979413502E35802423
Octal7117110165056652004443
Binary11100111110011000001110101010111011010110000000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397941; }

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

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

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

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

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

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

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

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