#397940

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

Shades of Japanese Laurel #397940

Tints of Japanese Laurel #397940

Color information

#397940 (or 0x397940) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 40. RGB value is (57,121,64). Sum of RGB (Red+Green+Blue) = 57+121+64=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #397940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397940 is #C686BF. Grayscale: #5F5F5F. Windows color (decimal): -13010624 or 4225337. OLE color: 4225337.

HSL color Cylindrical-coordinate representation of color #397940: hue angle of 126.56º 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 #397940 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB5712164-
CMYK0.5300.470.53
HSL126.56º35.96%34.9%-
HSV(B)126.56º52.89%47.45%-
XYZ9.4514.917.23-
YUV95.37110.3100.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=23.55%
G=50%
B=26.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121640.5300.470.53126.5635.9634.9
Hex3979403502F357f2423
Octal7117110065057651774443
Binary1110011111001100000011010101011111101011111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397940; }

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

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

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

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

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

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

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

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