#397E37

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

Shades of Japanese Laurel #397E37

Tints of Japanese Laurel #397E37

Color information

#397E37 (or 0x397E37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7E and 37. RGB value is (57,126,55). Sum of RGB (Red+Green+Blue) = 57+126+55=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #397E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E37 is #C681C8. Grayscale: #616161. Windows color (decimal): -13009353 or 3636793. OLE color: 3636793.

HSL color Cylindrical-coordinate representation of color #397E37: hue angle of 118.31º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397E37 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB5712655-
CMYK0.5500.560.51
HSL118.31º39.23%35.49%-
HSV(B)118.31º56.35%49.41%-
XYZ9.8416.076.2-
YUV97.28104.1499.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 126 (49.61% from 255) = 52.94%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=23.95%
G=52.94%
B=23.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57126550.5500.560.51118.3139.2335.49
Hex397E373703833762723
Octal711766767070631664743
Binary111001111111011011111011101110001100111110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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