Html Css Color HEX #499413 La Palma

📋 copy color: '#499413'

red 73 ◦ green 148 ◦ blue 19

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

Shades of La Palma #499413

Tints of La Palma #499413

RGB

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

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

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

R = 30.42%
G = 61.67%
B = 7.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#499413 (or 0x499413) is known color: La Palma. HEX triplet: 49, 94 and 13. RGB value is (73,148,19). Sum of RGB (Red+Green+Blue) = 73+148+19=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #499413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499413 is #B66BEC. Grayscale: #6F6F6F. Windows color (decimal): -11955181 or 1283145. OLE color: 1283145.

HSL color Cylindrical-coordinate representation of color #499413: hue angle of 94.88º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499413 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 19 -
CMYK 0.51 0 0.87 0.42
HSL 94.88º 0.77% 0.33% -
HSV(B) 94.88º 0.87% 0.58% -
XYZ 13.46 22.64 4.28 -
YUV 110.87 76.15 100.99 -
System Red Green Blue C M Y K H S L
Decimal 73 148 19 0.51 0 0.87 0.42 94.88 0.77 0.33
Hex 49 94 13 33 0 57 2A 5F 4D 21
Octal 111 224 23 63 0 127 52 137 115 41
Binary 1001001 10010100 10011 110011 0 1010111 101010 1011111 1001101 100001

Color Harmonies of #499413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499413

Black with #499413

Text Example


Text Example

White with #499413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499413; }

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

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

background-color css

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

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

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

border-color css

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

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

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