#397937

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

Shades of Japanese Laurel #397937

Tints of Japanese Laurel #397937

Color information

#397937 (or 0x397937) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 37. RGB value is (57,121,55). Sum of RGB (Red+Green+Blue) = 57+121+55=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #397937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397937 is #C686C8. Grayscale: #5E5E5E. Windows color (decimal): -13010633 or 3635513. OLE color: 3635513.

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

Color convert

RGB5712155-
CMYK0.5300.550.53
HSL118.18º37.5%34.51%-
HSV(B)118.18º54.55%47.45%-
XYZ9.2114.825.99-
YUV94.34105.8101.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=24.46%
G=51.93%
B=23.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121550.5300.550.53118.1837.534.51
Hex3979373503735762623
Octal711716765067651664643
Binary111001111100111011111010101101111101011110110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397937; }

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

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

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

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

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

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

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

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