#398637

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

Shades of Japanese Laurel #398637

Tints of Japanese Laurel #398637

Color information

#398637 (or 0x398637) is unknown color: approx Japanese Laurel. HEX triplet: 39, 86 and 37. RGB value is (57,134,55). Sum of RGB (Red+Green+Blue) = 57+134+55=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #398637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398637 is #C679C8. Grayscale: #666666. Windows color (decimal): -13007305 or 3638841. OLE color: 3638841.

HSL color Cylindrical-coordinate representation of color #398637: hue angle of 118.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398637 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5713455-
CMYK0.5700.590.47
HSL118.48º41.8%37.06%-
HSV(B)118.48º58.96%52.55%-
XYZ10.918.26.55-
YUV101.97101.4995.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=23.17%
G=54.47%
B=22.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134550.5700.590.47118.4841.837.06
Hex3986373903B2F762a25
Octal712066771073571665245
Binary1110011000011011011111100101110111011111110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398637; }

 p { color: rgb(57,134,55); }

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

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

 a { background-color: rgb(57,134,55); }

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

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

 span { border-color: rgb(57,134,55); }

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