#397939

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

Shades of Japanese Laurel #397939

Tints of Japanese Laurel #397939

Color information

#397939 (or 0x397939) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 39. RGB value is (57,121,57). Sum of RGB (Red+Green+Blue) = 57+121+57=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #397939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397939 is #C686C6. Grayscale: #5E5E5E. Windows color (decimal): -13010631 or 3766585. OLE color: 3766585.

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

Color convert

RGB5712157-
CMYK0.5300.530.53
HSL120º35.96%34.9%-
HSV(B)120º52.89%47.45%-
XYZ9.2614.846.25-
YUV94.57106.8101.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=24.26%
G=51.49%
B=24.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121570.5300.530.5312035.9634.9
Hex3979393503535782423
Octal711717165065651704443
Binary111001111100111100111010101101011101011111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397939; }

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

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

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

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

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

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

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

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