Html Css Color HEX #469014 La Palma

📋 copy color: '#469014'

red 70 ◦ green 144 ◦ blue 20

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

Shades of La Palma #469014

Tints of La Palma #469014

RGB

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

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

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

R = 29.91%
G = 61.54%
B = 8.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#469014 (or 0x469014) is known color: La Palma. HEX triplet: 46, 90 and 14. RGB value is (70,144,20). Sum of RGB (Red+Green+Blue) = 70+144+20=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #469014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469014 is #B96FEB. Grayscale: #6C6C6C. Windows color (decimal): -12152812 or 1347654. OLE color: 1347654.

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

Color convert

RGB 70 144 20 -
CMYK 0.51 0 0.86 0.44
HSL 95.81º 0.76% 0.32% -
HSV(B) 95.81º 0.86% 0.56% -
XYZ 12.63 21.3 4.11 -
YUV 107.74 78.48 101.08 -
System Red Green Blue C M Y K H S L
Decimal 70 144 20 0.51 0 0.86 0.44 95.81 0.76 0.32
Hex 46 90 14 33 0 56 2C 60 4C 20
Octal 106 220 24 63 0 126 54 140 114 40
Binary 1000110 10010000 10100 110011 0 1010110 101100 1100000 1001100 100000

Color Harmonies of #469014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469014

Black with #469014

Text Example


Text Example

White with #469014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469014; }

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

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

background-color css

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

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

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

border-color css

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

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

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