#31950C

Color #31950C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #31950C

Tints of La Palma #31950C

Color information

#31950C (or 0x31950C) is unknown color: approx La Palma. HEX triplet: 31, 95 and 0C. RGB value is (49,149,12). Sum of RGB (Red+Green+Blue) = 49+149+12=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #31950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31950C is #CE6AF3. Grayscale: #676767. Windows color (decimal): -13527796 or 824625. OLE color: 824625.

HSL color Cylindrical-coordinate representation of color #31950C: hue angle of 103.8º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31950C is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB4914912-
CMYK0.6700.920.42
HSL103.8º85.09%31.57%-
HSV(B)103.8º91.95%58.43%-
XYZ12.0822.173.99-
YUV103.4876.3789.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 149 (58.59% from 255) = 70.95%
BLUE value IS 12 (5.08% from 255) = 5.71%
R=23.33%
G=70.95%
B=5.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149120.6700.920.42103.885.0931.57
Hex3195C4305C2A685520
Octal612251410301345215012540
Binary11000110010101110010000110101110010101011010001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31950C; }

 p { color: rgb(49,149,12); }

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

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

 a { background-color: rgb(49,149,12); }

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

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

 span { border-color: rgb(49,149,12); }

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