Html Css Color HEX #469010 La Palma

📋 copy color: '#469010'

red 70 ◦ green 144 ◦ blue 16

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

Shades of La Palma #469010

Tints of La Palma #469010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.61%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 30.43%
G = 62.61%
B = 6.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#469010 (or 0x469010) is known color: La Palma. HEX triplet: 46, 90 and 10. RGB value is (70,144,16). Sum of RGB (Red+Green+Blue) = 70+144+16=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #469010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469010 is #B96FEF. Grayscale: #6B6B6B. Windows color (decimal): -12152816 or 1085510. OLE color: 1085510.

HSL color Cylindrical-coordinate representation of color #469010: hue angle of 94.69º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #469010 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 16 -
CMYK 0.51 0 0.89 0.44
HSL 94.69º 0.8% 0.31% -
HSV(B) 94.69º 0.89% 0.56% -
XYZ 12.59 21.29 3.94 -
YUV 107.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 70 144 16 0.51 0 0.89 0.44 94.69 0.8 0.31
Hex 46 90 10 33 0 59 2C 5F 50 1F
Octal 106 220 20 63 0 131 54 137 120 37
Binary 1000110 10010000 10000 110011 0 1011001 101100 1011111 1010000 11111

Color Harmonies of #469010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469010

Black with #469010

Text Example


Text Example

White with #469010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469010; }

 p { color: rgb(70,144,16); }

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

background-color css

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

 a { background-color: rgb(70,144,16); }

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

border-color css

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

 span { border-color: rgb(70,144,16); }

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