Html Css Color HEX #499A2B La Palma

📋 copy color: '#499A2B'

red 73 ◦ green 154 ◦ blue 43

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

Shades of La Palma #499A2B

Tints of La Palma #499A2B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.04%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 27.04%
G = 57.04%
B = 15.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#499A2B (or 0x499A2B) is known color: La Palma. HEX triplet: 49, 9A and 2B. RGB value is (73,154,43). Sum of RGB (Red+Green+Blue) = 73+154+43=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #499A2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A2B is #B665D4. Grayscale: #757575. Windows color (decimal): -11953621 or 2857545. OLE color: 2857545.

HSL color Cylindrical-coordinate representation of color #499A2B: hue angle of 103.78º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499A2B is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 43 -
CMYK 0.53 0 0.72 0.40
HSL 103.78º 0.56% 0.39% -
HSV(B) 103.78º 0.72% 0.6% -
XYZ 14.74 24.7 6.28 -
YUV 117.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 73 154 43 0.53 0 0.72 0.40 103.78 0.56 0.39
Hex 49 9A 2B 35 0 48 28 68 38 27
Octal 111 232 53 65 0 110 50 150 70 47
Binary 1001001 10011010 101011 110101 0 1001000 101000 1101000 111000 100111

Color Harmonies of #499A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A2B

Black with #499A2B

Text Example


Text Example

White with #499A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499A2B; }

 p { color: rgb(73,154,43); }

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

background-color css

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

 a { background-color: rgb(73,154,43); }

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

border-color css

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

 span { border-color: rgb(73,154,43); }

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