#398940

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

Shades of Japanese Laurel #398940

Tints of Japanese Laurel #398940

Color information

#398940 (or 0x398940) is unknown color: approx Japanese Laurel. HEX triplet: 39, 89 and 40. RGB value is (57,137,64). Sum of RGB (Red+Green+Blue) = 57+137+64=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #398940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398940 is #C676BF. Grayscale: #686868. Windows color (decimal): -13006528 or 4229433. OLE color: 4229433.

HSL color Cylindrical-coordinate representation of color #398940: hue angle of 125.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398940 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB5713764-
CMYK0.5800.530.46
HSL125.25º41.24%38.04%-
HSV(B)125.25º58.39%53.73%-
XYZ11.5619.137.93-
YUV104.7610593.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 137 (53.91% from 255) = 53.10%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=22.09%
G=53.10%
B=24.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137640.5800.530.46125.2541.2438.04
Hex3989403A0352E7d2926
Octal7121110072065561755146
Binary11100110001001100000011101001101011011101111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398940; }

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

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

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

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

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

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

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

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