Html Css Color HEX #469520 La Palma

📋 copy color: '#469520'

red 70 ◦ green 149 ◦ blue 32

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

Shades of La Palma #469520

Tints of La Palma #469520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.36%

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 27.89%
G = 59.36%
B = 12.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#469520 (or 0x469520) is known color: La Palma. HEX triplet: 46, 95 and 20. RGB value is (70,149,32). Sum of RGB (Red+Green+Blue) = 70+149+32=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #469520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469520 is #B96ADF. Grayscale: #707070. Windows color (decimal): -12151520 or 2135366. OLE color: 2135366.

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

Color convert

RGB 70 149 32 -
CMYK 0.53 0 0.79 0.42
HSL 100.51º 0.65% 0.35% -
HSV(B) 100.51º 0.79% 0.58% -
XYZ 13.53 22.9 5.07 -
YUV 112.04 82.83 98.01 -
System Red Green Blue C M Y K H S L
Decimal 70 149 32 0.53 0 0.79 0.42 100.51 0.65 0.35
Hex 46 95 20 35 0 4F 2A 65 41 23
Octal 106 225 40 65 0 117 52 145 101 43
Binary 1000110 10010101 100000 110101 0 1001111 101010 1100101 1000001 100011

Color Harmonies of #469520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469520

Black with #469520

Text Example


Text Example

White with #469520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469520; }

 p { color: rgb(70,149,32); }

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

background-color css

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

 a { background-color: rgb(70,149,32); }

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

border-color css

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

 span { border-color: rgb(70,149,32); }

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