Html Css Color HEX #499431 La Palma

📋 copy color: '#499431'

red 73 ◦ green 148 ◦ blue 49

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

Shades of La Palma #499431

Tints of La Palma #499431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 27.04%
G = 54.81%
B = 18.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#499431 (or 0x499431) is known color: La Palma. HEX triplet: 49, 94 and 31. RGB value is (73,148,49). Sum of RGB (Red+Green+Blue) = 73+148+49=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #499431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499431 is #B66BCE. Grayscale: #727272. Windows color (decimal): -11955151 or 3249225. OLE color: 3249225.

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

Color convert

RGB 73 148 49 -
CMYK 0.51 0 0.67 0.42
HSL 105.45º 0.5% 0.39% -
HSV(B) 105.45º 0.67% 0.58% -
XYZ 13.89 22.82 6.58 -
YUV 114.29 91.15 98.55 -
System Red Green Blue C M Y K H S L
Decimal 73 148 49 0.51 0 0.67 0.42 105.45 0.5 0.39
Hex 49 94 31 33 0 43 2A 69 32 27
Octal 111 224 61 63 0 103 52 151 62 47
Binary 1001001 10010100 110001 110011 0 1000011 101010 1101001 110010 100111

Color Harmonies of #499431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499431

Black with #499431

Text Example


Text Example

White with #499431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499431; }

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

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

background-color css

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

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

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

border-color css

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

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

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