Html Css Color HEX #469314 La Palma

📋 copy color: '#469314'

red 70 ◦ green 147 ◦ blue 20

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

Shades of La Palma #469314

Tints of La Palma #469314

RGB

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

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

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

R = 29.54%
G = 62.03%
B = 8.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#469314 (or 0x469314) is known color: La Palma. HEX triplet: 46, 93 and 14. RGB value is (70,147,20). Sum of RGB (Red+Green+Blue) = 70+147+20=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #469314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469314 is #B96CEB. Grayscale: #6D6D6D. Windows color (decimal): -12152044 or 1348422. OLE color: 1348422.

HSL color Cylindrical-coordinate representation of color #469314: hue angle of 96.38º 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 #469314 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 20 -
CMYK 0.52 0 0.86 0.42
HSL 96.38º 0.76% 0.33% -
HSV(B) 96.38º 0.86% 0.58% -
XYZ 13.09 22.22 4.26 -
YUV 109.5 77.49 99.83 -
System Red Green Blue C M Y K H S L
Decimal 70 147 20 0.52 0 0.86 0.42 96.38 0.76 0.33
Hex 46 93 14 34 0 56 2A 60 4C 21
Octal 106 223 24 64 0 126 52 140 114 41
Binary 1000110 10010011 10100 110100 0 1010110 101010 1100000 1001100 100001

Color Harmonies of #469314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469314

Black with #469314

Text Example


Text Example

White with #469314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469314; }

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

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

background-color css

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

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

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

border-color css

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

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

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