#397140

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

Shades of Japanese Laurel #397140

Tints of Japanese Laurel #397140

Color information

#397140 (or 0x397140) is unknown color: approx Japanese Laurel. HEX triplet: 39, 71 and 40. RGB value is (57,113,64). Sum of RGB (Red+Green+Blue) = 57+113+64=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #397140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397140 is #C68EBF. Grayscale: #5A5A5A. Windows color (decimal): -13012672 or 4223289. OLE color: 4223289.

HSL color Cylindrical-coordinate representation of color #397140: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397140 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5711364-
CMYK0.5000.430.56
HSL127.5º32.94%33.33%-
HSV(B)127.5º49.56%44.31%-
XYZ8.5213.056.92-
YUV90.67112.95103.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=24.36%
G=48.29%
B=27.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113640.5000.430.56127.532.9433.33
Hex3971403202B38802121
Octal7116110062053702004141
Binary11100111100011000000110010010101111100010000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397140; }

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

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

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

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

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

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

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

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