#397740

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

Shades of Japanese Laurel #397740

Tints of Japanese Laurel #397740

Color information

#397740 (or 0x397740) is unknown color: approx Japanese Laurel. HEX triplet: 39, 77 and 40. RGB value is (57,119,64). Sum of RGB (Red+Green+Blue) = 57+119+64=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #397740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397740 is #C688BF. Grayscale: #5E5E5E. Windows color (decimal): -13011136 or 4224825. OLE color: 4224825.

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

Color convert

RGB5711964-
CMYK0.5200.460.53
HSL126.77º35.23%34.51%-
HSV(B)126.77º52.1%46.67%-
XYZ9.2114.437.15-
YUV94.19110.96101.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=23.75%
G=49.58%
B=26.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57119640.5200.460.53126.7735.2334.51
Hex3977403402E357f2323
Octal7116710064056651774343
Binary1110011110111100000011010001011101101011111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397740; }

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

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

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

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

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

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

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

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