#31940D

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

Shades of La Palma #31940D

Tints of La Palma #31940D

Color information

#31940D (or 0x31940D) is unknown color: approx La Palma. HEX triplet: 31, 94 and 0D. RGB value is (49,148,13). Sum of RGB (Red+Green+Blue) = 49+148+13=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #31940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31940D is #CE6BF2. Grayscale: #676767. Windows color (decimal): -13528051 or 889905. OLE color: 889905.

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

Color convert

RGB4914813-
CMYK0.6700.910.42
HSL104º83.85%31.57%-
HSV(B)104º91.22%58.04%-
XYZ11.9321.863.97-
YUV103.0177.289.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 148 (58.20% from 255) = 70.48%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=23.33%
G=70.48%
B=6.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148130.6700.910.4210483.8531.57
Hex3194D4305B2A685420
Octal612241510301335215012440
Binary11000110010100110110000110101101110101011010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31940D; }

 p { color: rgb(49,148,13); }

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

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

 a { background-color: rgb(49,148,13); }

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

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

 span { border-color: rgb(49,148,13); }

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