#317132

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

Shades of Japanese Laurel #317132

Tints of Japanese Laurel #317132

Color information

#317132 (or 0x317132) is unknown color: approx Japanese Laurel. HEX triplet: 31, 71 and 32. RGB value is (49,113,50). Sum of RGB (Red+Green+Blue) = 49+113+50=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #317132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317132 is #CE8ECD. Grayscale: #565656. Windows color (decimal): -13536974 or 3305777. OLE color: 3305777.

HSL color Cylindrical-coordinate representation of color #317132: hue angle of 120.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317132 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB4911350-
CMYK0.5700.560.56
HSL120.94º39.51%31.76%-
HSV(B)120.94º56.64%44.31%-
XYZ7.7512.695.06-
YUV86.68107.3101.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=23.11%
G=53.30%
B=23.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113500.5700.560.56120.9439.5131.76
Hex3171323903838792820
Octal611616271070701715040
Binary110001111000111001011100101110001110001111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317132; }

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

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

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

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

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

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

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

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