Html Css Color HEX #499126 La Palma

📋 copy color: '#499126'

red 73 ◦ green 145 ◦ blue 38

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

Shades of La Palma #499126

Tints of La Palma #499126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.64%

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

R = 28.52%
G = 56.64%
B = 14.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#499126 (or 0x499126) is known color: La Palma. HEX triplet: 49, 91 and 26. RGB value is (73,145,38). Sum of RGB (Red+Green+Blue) = 73+145+38=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #499126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499126 is #B66ED9. Grayscale: #6F6F6F. Windows color (decimal): -11955930 or 2527561. OLE color: 2527561.

HSL color Cylindrical-coordinate representation of color #499126: hue angle of 100.37º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #499126 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 38 -
CMYK 0.50 0 0.74 0.43
HSL 100.37º 0.58% 0.36% -
HSV(B) 100.37º 0.74% 0.57% -
XYZ 13.22 21.81 5.35 -
YUV 111.27 86.65 100.7 -
System Red Green Blue C M Y K H S L
Decimal 73 145 38 0.50 0 0.74 0.43 100.37 0.58 0.36
Hex 49 91 26 32 0 4A 2B 64 3A 24
Octal 111 221 46 62 0 112 53 144 72 44
Binary 1001001 10010001 100110 110010 0 1001010 101011 1100100 111010 100100

Color Harmonies of #499126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499126

Black with #499126

Text Example


Text Example

White with #499126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499126; }

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

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

background-color css

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

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

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

border-color css

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

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

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