#398036

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

Shades of Japanese Laurel #398036

Tints of Japanese Laurel #398036

Color information

#398036 (or 0x398036) is unknown color: approx Japanese Laurel. HEX triplet: 39, 80 and 36. RGB value is (57,128,54). Sum of RGB (Red+Green+Blue) = 57+128+54=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #398036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398036 is #C67FC9. Grayscale: #626262. Windows color (decimal): -13008842 or 3571769. OLE color: 3571769.

HSL color Cylindrical-coordinate representation of color #398036: hue angle of 117.57º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398036 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB5712854-
CMYK0.5500.580.50
HSL117.57º40.66%35.69%-
HSV(B)117.57º57.81%50.2%-
XYZ10.0716.576.16-
YUV98.34102.9898.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 128 (50.39% from 255) = 53.56%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=23.85%
G=53.56%
B=22.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57128540.5500.580.50117.5740.6635.69
Hex3980363703A32762924
Octal712006667072621665144
Binary1110011000000011011011011101110101100101110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398036; }

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

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

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

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

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

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

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

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