Html Css Color HEX #469320 La Palma

📋 copy color: '#469320'

red 70 ◦ green 147 ◦ blue 32

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

Shades of La Palma #469320

Tints of La Palma #469320

RGB

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

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

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

R = 28.11%
G = 59.04%
B = 12.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#469320 (or 0x469320) is known color: La Palma. HEX triplet: 46, 93 and 20. RGB value is (70,147,32). Sum of RGB (Red+Green+Blue) = 70+147+32=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #469320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469320 is #B96CDF. Grayscale: #6F6F6F. Windows color (decimal): -12152032 or 2134854. OLE color: 2134854.

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

Color convert

RGB 70 147 32 -
CMYK 0.52 0 0.78 0.42
HSL 100.17º 0.64% 0.35% -
HSV(B) 100.17º 0.78% 0.58% -
XYZ 13.22 22.27 4.97 -
YUV 110.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 70 147 32 0.52 0 0.78 0.42 100.17 0.64 0.35
Hex 46 93 20 34 0 4E 2A 64 40 23
Octal 106 223 40 64 0 116 52 144 100 43
Binary 1000110 10010011 100000 110100 0 1001110 101010 1100100 1000000 100011

Color Harmonies of #469320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469320

Black with #469320

Text Example


Text Example

White with #469320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469320; }

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

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

background-color css

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

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

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

border-color css

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

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

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