#31960E

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

Shades of La Palma #31960E

Tints of La Palma #31960E

Color information

#31960E (or 0x31960E) is unknown color: approx La Palma. HEX triplet: 31, 96 and 0E. RGB value is (49,150,14). Sum of RGB (Red+Green+Blue) = 49+150+14=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #31960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31960E is #CE69F1. Grayscale: #686868. Windows color (decimal): -13527538 or 955953. OLE color: 955953.

HSL color Cylindrical-coordinate representation of color #31960E: hue angle of 104.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31960E is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB4915014-
CMYK0.6700.910.41
HSL104.56º82.93%32.16%-
HSV(B)104.56º90.67%58.82%-
XYZ12.2522.54.11-
YUV104.377.0488.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 150 (58.98% from 255) = 70.42%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=23.00%
G=70.42%
B=6.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150140.6700.910.41104.5682.9332.16
Hex3196E4305B29695320
Octal612261610301335115112340
Binary11000110010110111010000110101101110100111010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31960E; }

 p { color: rgb(49,150,14); }

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

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

 a { background-color: rgb(49,150,14); }

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

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

 span { border-color: rgb(49,150,14); }

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