#398740

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

Shades of Japanese Laurel #398740

Tints of Japanese Laurel #398740

Color information

#398740 (or 0x398740) is unknown color: approx Japanese Laurel. HEX triplet: 39, 87 and 40. RGB value is (57,135,64). Sum of RGB (Red+Green+Blue) = 57+135+64=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #398740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398740 is #C678BF. Grayscale: #676767. Windows color (decimal): -13007040 or 4228921. OLE color: 4228921.

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

Color convert

RGB5713564-
CMYK0.5800.530.47
HSL125.38º40.63%37.65%-
HSV(B)125.38º57.78%52.94%-
XYZ11.2818.577.84-
YUV103.58105.6694.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 64 (25.39% from 255) = 25%
R=22.27%
G=52.73%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135640.5800.530.47125.3840.6337.65
Hex3987403A0352F7d2926
Octal7120710072065571755146
Binary11100110000111100000011101001101011011111111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398740; }

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

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

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

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

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

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

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

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