Html Css Color HEX #469310 La Palma

📋 copy color: '#469310'

red 70 ◦ green 147 ◦ blue 16

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

Shades of La Palma #469310

Tints of La Palma #469310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

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

R = 30.04%
G = 63.09%
B = 6.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#469310 (or 0x469310) is known color: La Palma. HEX triplet: 46, 93 and 10. RGB value is (70,147,16). Sum of RGB (Red+Green+Blue) = 70+147+16=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #469310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469310 is #B96CEF. Grayscale: #6D6D6D. Windows color (decimal): -12152048 or 1086278. OLE color: 1086278.

HSL color Cylindrical-coordinate representation of color #469310: hue angle of 95.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #469310 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 16 -
CMYK 0.52 0 0.89 0.42
HSL 95.27º 0.8% 0.32% -
HSV(B) 95.27º 0.89% 0.58% -
XYZ 13.05 22.21 4.09 -
YUV 109.04 75.49 100.15 -
System Red Green Blue C M Y K H S L
Decimal 70 147 16 0.52 0 0.89 0.42 95.27 0.8 0.32
Hex 46 93 10 34 0 59 2A 5F 50 20
Octal 106 223 20 64 0 131 52 137 120 40
Binary 1000110 10010011 10000 110100 0 1011001 101010 1011111 1010000 100000

Color Harmonies of #469310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469310

Black with #469310

Text Example


Text Example

White with #469310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469310; }

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

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

background-color css

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

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

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

border-color css

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

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

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