Html Css Color HEX #499421 La Palma

📋 copy color: '#499421'

red 73 ◦ green 148 ◦ blue 33

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

Shades of La Palma #499421

Tints of La Palma #499421

RGB

 RED value IS 73 (28.91% from 255) = 28.74%

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

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

R = 28.74%
G = 58.27%
B = 12.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#499421 (or 0x499421) is known color: La Palma. HEX triplet: 49, 94 and 21. RGB value is (73,148,33). Sum of RGB (Red+Green+Blue) = 73+148+33=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #499421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499421 is #B66BDE. Grayscale: #707070. Windows color (decimal): -11955167 or 2200649. OLE color: 2200649.

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

Color convert

RGB 73 148 33 -
CMYK 0.51 0 0.78 0.42
HSL 99.13º 0.64% 0.35% -
HSV(B) 99.13º 0.78% 0.58% -
XYZ 13.61 22.71 5.1 -
YUV 112.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 73 148 33 0.51 0 0.78 0.42 99.13 0.64 0.35
Hex 49 94 21 33 0 4E 2A 63 40 23
Octal 111 224 41 63 0 116 52 143 100 43
Binary 1001001 10010100 100001 110011 0 1001110 101010 1100011 1000000 100011

Color Harmonies of #499421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499421

Black with #499421

Text Example


Text Example

White with #499421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499421; }

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

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

background-color css

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

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

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

border-color css

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

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

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