#317532

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

Shades of Japanese Laurel #317532

Tints of Japanese Laurel #317532

Color information

#317532 (or 0x317532) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 32. RGB value is (49,117,50). Sum of RGB (Red+Green+Blue) = 49+117+50=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #317532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317532 is #CE8ACD. Grayscale: #595959. Windows color (decimal): -13535950 or 3306801. OLE color: 3306801.

HSL color Cylindrical-coordinate representation of color #317532: hue angle of 120.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317532 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB4911750-
CMYK0.5800.570.54
HSL120.88º40.96%32.55%-
HSV(B)120.88º58.12%45.88%-
XYZ8.213.615.21-
YUV89.03105.9799.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=22.69%
G=54.17%
B=23.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117500.5800.570.54120.8840.9632.55
Hex3175323A03936792921
Octal611656272071661715141
Binary110001111010111001011101001110011101101111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317532; }

 p { color: rgb(49,117,50); }

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

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

 a { background-color: rgb(49,117,50); }

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

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

 span { border-color: rgb(49,117,50); }

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