Html Css Color HEX #499130 La Palma

📋 copy color: '#499130'

red 73 ◦ green 145 ◦ blue 48

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

Shades of La Palma #499130

Tints of La Palma #499130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 27.44%
G = 54.51%
B = 18.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#499130 (or 0x499130) is known color: La Palma. HEX triplet: 49, 91 and 30. RGB value is (73,145,48). Sum of RGB (Red+Green+Blue) = 73+145+48=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #499130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499130 is #B66ECF. Grayscale: #707070. Windows color (decimal): -11955920 or 3182921. OLE color: 3182921.

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

Color convert

RGB 73 145 48 -
CMYK 0.50 0 0.67 0.43
HSL 104.54º 0.5% 0.38% -
HSV(B) 104.54º 0.67% 0.57% -
XYZ 13.41 21.88 6.31 -
YUV 112.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 73 145 48 0.50 0 0.67 0.43 104.54 0.5 0.38
Hex 49 91 30 32 0 43 2B 69 32 26
Octal 111 221 60 62 0 103 53 151 62 46
Binary 1001001 10010001 110000 110010 0 1000011 101011 1101001 110010 100110

Color Harmonies of #499130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499130

Black with #499130

Text Example


Text Example

White with #499130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499130; }

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

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

background-color css

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

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

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

border-color css

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

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

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