#398736

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

Shades of Japanese Laurel #398736

Tints of Japanese Laurel #398736

Color information

#398736 (or 0x398736) is unknown color: approx Japanese Laurel. HEX triplet: 39, 87 and 36. RGB value is (57,135,54). Sum of RGB (Red+Green+Blue) = 57+135+54=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #398736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398736 is #C678C9. Grayscale: #666666. Windows color (decimal): -13007050 or 3573561. OLE color: 3573561.

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

Color convert

RGB5713554-
CMYK0.5800.600.47
HSL117.78º42.86%37.06%-
HSV(B)117.78º60%52.94%-
XYZ11.0218.466.47-
YUV102.44100.6695.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=23.17%
G=54.88%
B=21.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135540.5800.600.47117.7842.8637.06
Hex3987363A03C2F762b25
Octal712076672074571665345
Binary1110011000011111011011101001111001011111110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398736; }

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

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

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

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

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

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

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

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