Html Css Color HEX #499D26 La Palma

📋 copy color: '#499D26'

red 73 ◦ green 157 ◦ blue 38

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

Shades of La Palma #499D26

Tints of La Palma #499D26

RGB

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

 GREEN value IS 157 (61.72% from 255) = 58.58%

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 27.24%
G = 58.58%
B = 14.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#499D26 (or 0x499D26) is known color: La Palma. HEX triplet: 49, 9D and 26. RGB value is (73,157,38). Sum of RGB (Red+Green+Blue) = 73+157+38=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #499D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D26 is #B662D9. Grayscale: #767676. Windows color (decimal): -11952858 or 2530633. OLE color: 2530633.

HSL color Cylindrical-coordinate representation of color #499D26: hue angle of 102.35º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #499D26 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 38 -
CMYK 0.54 0 0.76 0.38
HSL 102.35º 0.61% 0.38% -
HSV(B) 102.35º 0.76% 0.62% -
XYZ 15.15 25.67 5.99 -
YUV 118.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 73 157 38 0.54 0 0.76 0.38 102.35 0.61 0.38
Hex 49 9D 26 36 0 4C 26 66 3D 26
Octal 111 235 46 66 0 114 46 146 75 46
Binary 1001001 10011101 100110 110110 0 1001100 100110 1100110 111101 100110

Color Harmonies of #499D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D26

Black with #499D26

Text Example


Text Example

White with #499D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,38); }

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

background-color css

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

 a { background-color: rgb(73,157,38); }

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

border-color css

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

 span { border-color: rgb(73,157,38); }

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