#398336

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

Shades of Japanese Laurel #398336

Tints of Japanese Laurel #398336

Color information

#398336 (or 0x398336) is unknown color: approx Japanese Laurel. HEX triplet: 39, 83 and 36. RGB value is (57,131,54). Sum of RGB (Red+Green+Blue) = 57+131+54=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #398336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398336 is #C67CC9. Grayscale: #646464. Windows color (decimal): -13008074 or 3572537. OLE color: 3572537.

HSL color Cylindrical-coordinate representation of color #398336: hue angle of 117.66º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398336 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB5713154-
CMYK0.5600.590.49
HSL117.66º41.62%36.27%-
HSV(B)117.66º58.78%51.37%-
XYZ10.4717.376.29-
YUV100.1101.9897.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=23.55%
G=54.13%
B=22.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131540.5600.590.49117.6641.6236.27
Hex3983363803B31762a24
Octal712036670073611665244
Binary1110011000001111011011100001110111100011110110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398336; }

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

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

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

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

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

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

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

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