Html Css Color HEX #469614 La Palma

📋 copy color: '#469614'

red 70 ◦ green 150 ◦ blue 20

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

Shades of La Palma #469614

Tints of La Palma #469614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.5%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 29.17%
G = 62.5%
B = 8.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#469614 (or 0x469614) is known color: La Palma. HEX triplet: 46, 96 and 14. RGB value is (70,150,20). Sum of RGB (Red+Green+Blue) = 70+150+20=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #469614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469614 is #B969EB. Grayscale: #6F6F6F. Windows color (decimal): -12151276 or 1349190. OLE color: 1349190.

HSL color Cylindrical-coordinate representation of color #469614: hue angle of 96.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #469614 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 20 -
CMYK 0.53 0 0.87 0.41
HSL 96.92º 0.76% 0.33% -
HSV(B) 96.92º 0.87% 0.59% -
XYZ 13.56 23.17 4.42 -
YUV 111.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 70 150 20 0.53 0 0.87 0.41 96.92 0.76 0.33
Hex 46 96 14 35 0 57 29 61 4C 21
Octal 106 226 24 65 0 127 51 141 114 41
Binary 1000110 10010110 10100 110101 0 1010111 101001 1100001 1001100 100001

Color Harmonies of #469614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469614

Black with #469614

Text Example


Text Example

White with #469614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469614; }

 p { color: rgb(70,150,20); }

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

background-color css

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

 a { background-color: rgb(70,150,20); }

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

border-color css

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

 span { border-color: rgb(70,150,20); }

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