Html Css Color HEX #499213 La Palma

📋 copy color: '#499213'

red 73 ◦ green 146 ◦ blue 19

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

Shades of La Palma #499213

Tints of La Palma #499213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.34%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 30.67%
G = 61.34%
B = 7.98%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#499213 (or 0x499213) is known color: La Palma. HEX triplet: 49, 92 and 13. RGB value is (73,146,19). Sum of RGB (Red+Green+Blue) = 73+146+19=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #499213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499213 is #B66DEC. Grayscale: #6E6E6E. Windows color (decimal): -11955693 or 1282633. OLE color: 1282633.

HSL color Cylindrical-coordinate representation of color #499213: hue angle of 94.49º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499213 is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 19 -
CMYK 0.5 0 0.87 0.43
HSL 94.49º 0.77% 0.32% -
HSV(B) 94.49º 0.87% 0.57% -
XYZ 13.14 22.02 4.17 -
YUV 109.7 76.82 101.83 -
System Red Green Blue C M Y K H S L
Decimal 73 146 19 0.5 0 0.87 0.43 94.49 0.77 0.32
Hex 49 92 13 32 0 57 2B 5E 4D 20
Octal 111 222 23 62 0 127 53 136 115 40
Binary 1001001 10010010 10011 110010 0 1010111 101011 1011110 1001101 100000

Color Harmonies of #499213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499213

Black with #499213

Text Example


Text Example

White with #499213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499213; }

 p { color: rgb(73,146,19); }

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

background-color css

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

 a { background-color: rgb(73,146,19); }

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

border-color css

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

 span { border-color: rgb(73,146,19); }

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