Html Css Color HEX #469006 La Palma

📋 copy color: '#469006'

red 70 ◦ green 144 ◦ blue 6

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

Shades of La Palma #469006

Tints of La Palma #469006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 31.82%
G = 65.45%
B = 2.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#469006 (or 0x469006) is known color: La Palma. HEX triplet: 46, 90 and 06. RGB value is (70,144,6). Sum of RGB (Red+Green+Blue) = 70+144+6=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #469006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469006 is #B96FF9. Grayscale: #6A6A6A. Windows color (decimal): -12152826 or 430150. OLE color: 430150.

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

Color convert

RGB 70 144 6 -
CMYK 0.51 0 0.96 0.44
HSL 92.17º 0.92% 0.29% -
HSV(B) 92.17º 0.96% 0.56% -
XYZ 12.53 21.26 3.62 -
YUV 106.14 71.48 102.22 -
System Red Green Blue C M Y K H S L
Decimal 70 144 6 0.51 0 0.96 0.44 92.17 0.92 0.29
Hex 46 90 6 33 0 60 2C 5C 5C 1D
Octal 106 220 6 63 0 140 54 134 134 35
Binary 1000110 10010000 110 110011 0 1100000 101100 1011100 1011100 11101

Color Harmonies of #469006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469006

Black with #469006

Text Example


Text Example

White with #469006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469006; }

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

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

background-color css

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

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

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

border-color css

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

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

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