#46981F

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

Shades of La Palma #46981F

Tints of La Palma #46981F

Color information

#46981F (or 0x46981F) is unknown color: approx La Palma. HEX triplet: 46, 98 and 1F. RGB value is (70,152,31). Sum of RGB (Red+Green+Blue) = 70+152+31=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #46981F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46981F is #B967E0. Grayscale: #727272. Windows color (decimal): -12150753 or 2070598. OLE color: 2070598.

HSL color Cylindrical-coordinate representation of color #46981F: hue angle of 100.66º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46981F is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB7015231-
CMYK0.5400.800.40
HSL100.66º66.12%35.88%-
HSV(B)100.66º79.61%59.61%-
XYZ1423.865.16-
YUV113.6981.3396.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 152 (59.77% from 255) = 60.08%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=27.67%
G=60.08%
B=12.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152310.5400.800.40100.6666.1235.88
Hex46981F3605028654224
Octal106230376601205014510244
Binary100011010011000111111101100101000010100011001011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46981F; }

 p { color: rgb(70,152,31); }

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

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

 a { background-color: rgb(70,152,31); }

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

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

 span { border-color: rgb(70,152,31); }

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