Html Css Color HEX #469116 La Palma

📋 copy color: '#469116'

red 70 ◦ green 145 ◦ blue 22

#469116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #469116

Tints of La Palma #469116

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

 GREEN value IS 145 (57.03% from 255) = 61.18%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 29.54%
G = 61.18%
B = 9.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#469116 (or 0x469116) is known color: La Palma. HEX triplet: 46, 91 and 16. RGB value is (70,145,22). Sum of RGB (Red+Green+Blue) = 70+145+22=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #469116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469116 is #B96EE9. Grayscale: #6C6C6C. Windows color (decimal): -12152554 or 1478982. OLE color: 1478982.

HSL color Cylindrical-coordinate representation of color #469116: hue angle of 96.59º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #469116 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 22 -
CMYK 0.52 0 0.85 0.43
HSL 96.59º 0.74% 0.33% -
HSV(B) 96.59º 0.85% 0.57% -
XYZ 12.8 21.61 4.26 -
YUV 108.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 70 145 22 0.52 0 0.85 0.43 96.59 0.74 0.33
Hex 46 91 16 34 0 55 2B 61 4A 21
Octal 106 221 26 64 0 125 53 141 112 41
Binary 1000110 10010001 10110 110100 0 1010101 101011 1100001 1001010 100001

Color Harmonies of #469116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469116

Black with #469116

Text Example


Text Example

White with #469116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469116; }

 p { color: rgb(70,145,22); }

 H1.HeaderClassName
 {
   color: #469116;
 }
 .AnyTagClassName
 {
   color: #469116;
 }
</style>

background-color css

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

 a { background-color: rgb(70,145,22); }

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

border-color css

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

 span { border-color: rgb(70,145,22); }

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