Html Css Color HEX #469414 La Palma

📋 copy color: '#469414'

red 70 ◦ green 148 ◦ blue 20

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

Shades of La Palma #469414

Tints of La Palma #469414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.18%

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

R = 29.41%
G = 62.18%
B = 8.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#469414 (or 0x469414) is known color: La Palma. HEX triplet: 46, 94 and 14. RGB value is (70,148,20). Sum of RGB (Red+Green+Blue) = 70+148+20=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #469414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469414 is #B96BEB. Grayscale: #6E6E6E. Windows color (decimal): -12151788 or 1348678. OLE color: 1348678.

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

Color convert

RGB 70 148 20 -
CMYK 0.53 0 0.86 0.42
HSL 96.56º 0.76% 0.33% -
HSV(B) 96.56º 0.86% 0.58% -
XYZ 13.24 22.53 4.31 -
YUV 110.09 77.16 99.41 -
System Red Green Blue C M Y K H S L
Decimal 70 148 20 0.53 0 0.86 0.42 96.56 0.76 0.33
Hex 46 94 14 35 0 56 2A 61 4C 21
Octal 106 224 24 65 0 126 52 141 114 41
Binary 1000110 10010100 10100 110101 0 1010110 101010 1100001 1001100 100001

Color Harmonies of #469414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469414

Black with #469414

Text Example


Text Example

White with #469414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469414; }

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

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

background-color css

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

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

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

border-color css

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

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

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