Html Css Color HEX #469421 La Palma

📋 copy color: '#469421'

red 70 ◦ green 148 ◦ blue 33

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

Shades of La Palma #469421

Tints of La Palma #469421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.96%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 27.89%
G = 58.96%
B = 13.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#469421 (or 0x469421) is known color: La Palma. HEX triplet: 46, 94 and 21. RGB value is (70,148,33). Sum of RGB (Red+Green+Blue) = 70+148+33=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #469421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469421 is #B96BDE. Grayscale: #6F6F6F. Windows color (decimal): -12151775 or 2200646. OLE color: 2200646.

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

Color convert

RGB 70 148 33 -
CMYK 0.53 0 0.78 0.42
HSL 100.7º 0.64% 0.35% -
HSV(B) 100.7º 0.78% 0.58% -
XYZ 13.39 22.59 5.09 -
YUV 111.57 83.66 98.35 -
System Red Green Blue C M Y K H S L
Decimal 70 148 33 0.53 0 0.78 0.42 100.7 0.64 0.35
Hex 46 94 21 35 0 4E 2A 65 40 23
Octal 106 224 41 65 0 116 52 145 100 43
Binary 1000110 10010100 100001 110101 0 1001110 101010 1100101 1000000 100011

Color Harmonies of #469421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469421

Black with #469421

Text Example


Text Example

White with #469421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469421; }

 p { color: rgb(70,148,33); }

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

background-color css

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

 a { background-color: rgb(70,148,33); }

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

border-color css

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

 span { border-color: rgb(70,148,33); }

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