#397F3F

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

Shades of Japanese Laurel #397F3F

Tints of Japanese Laurel #397F3F

Color information

#397F3F (or 0x397F3F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7F and 3F. RGB value is (57,127,63). Sum of RGB (Red+Green+Blue) = 57+127+63=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #397F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F3F is #C680C0. Grayscale: #626262. Windows color (decimal): -13009089 or 4161337. OLE color: 4161337.

HSL color Cylindrical-coordinate representation of color #397F3F: hue angle of 125.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F3F is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB5712763-
CMYK0.5500.500.50
HSL125.14º38.04%36.08%-
HSV(B)125.14º55.12%49.8%-
XYZ10.1716.417.33-
YUV98.77107.8198.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 63 (25% from 255) = 25.51%
R=23.08%
G=51.42%
B=25.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57127630.5500.500.50125.1438.0436.08
Hex397F3F37032327d2624
Octal711777767062621754644
Binary111001111111111111111011101100101100101111101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,127,63); }

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

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

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

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

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

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

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