#398840

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

Shades of Japanese Laurel #398840

Tints of Japanese Laurel #398840

Color information

#398840 (or 0x398840) is unknown color: approx Japanese Laurel. HEX triplet: 39, 88 and 40. RGB value is (57,136,64). Sum of RGB (Red+Green+Blue) = 57+136+64=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #398840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398840 is #C677BF. Grayscale: #686868. Windows color (decimal): -13006784 or 4229177. OLE color: 4229177.

HSL color Cylindrical-coordinate representation of color #398840: hue angle of 125.32º 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 #398840 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5713664-
CMYK0.5800.530.47
HSL125.32º40.93%37.84%-
HSV(B)125.32º58.09%53.33%-
XYZ11.4218.857.89-
YUV104.17105.3394.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=22.18%
G=52.92%
B=24.90%

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
Decimal57136640.5800.530.47125.3240.9337.84
Hex3988403A0352F7d2926
Octal7121010072065571755146
Binary11100110001000100000011101001101011011111111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398840; }

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

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

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

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

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

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

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

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