Html Css Color HEX #469705 La Palma

📋 copy color: '#469705'

red 70 ◦ green 151 ◦ blue 5

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

Shades of La Palma #469705

Tints of La Palma #469705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.81%

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 30.97%
G = 66.81%
B = 2.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#469705 (or 0x469705) is known color: La Palma. HEX triplet: 46, 97 and 05. RGB value is (70,151,5). Sum of RGB (Red+Green+Blue) = 70+151+5=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #469705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469705 is #B968FA. Grayscale: #6E6E6E. Windows color (decimal): -12151035 or 366406. OLE color: 366406.

HSL color Cylindrical-coordinate representation of color #469705: hue angle of 93.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #469705 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 5 -
CMYK 0.54 0 0.97 0.41
HSL 93.29º 0.94% 0.31% -
HSV(B) 93.29º 0.97% 0.59% -
XYZ 13.62 23.45 3.95 -
YUV 110.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 70 151 5 0.54 0 0.97 0.41 93.29 0.94 0.31
Hex 46 97 5 36 0 61 29 5D 5E 1F
Octal 106 227 5 66 0 141 51 135 136 37
Binary 1000110 10010111 101 110110 0 1100001 101001 1011101 1011110 11111

Color Harmonies of #469705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469705

Black with #469705

Text Example


Text Example

White with #469705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469705; }

 p { color: rgb(70,151,5); }

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

background-color css

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

 a { background-color: rgb(70,151,5); }

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

border-color css

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

 span { border-color: rgb(70,151,5); }

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