Html Css Color HEX #499D30 La Palma

📋 copy color: '#499D30'

red 73 ◦ green 157 ◦ blue 48

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

Shades of La Palma #499D30

Tints of La Palma #499D30

RGB

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

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

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

R = 26.26%
G = 56.47%
B = 17.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#499D30 (or 0x499D30) is known color: La Palma. HEX triplet: 49, 9D and 30. RGB value is (73,157,48). Sum of RGB (Red+Green+Blue) = 73+157+48=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 157 (61.72% from 255 or 56.47% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 157 - color contains mainly: green. Hex color #499D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D30 is #B662CF. Grayscale: #777777. Windows color (decimal): -11952848 or 3185993. OLE color: 3185993.

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

Color convert

RGB 73 157 48 -
CMYK 0.54 0 0.69 0.38
HSL 106.24º 0.53% 0.4% -
HSV(B) 106.24º 0.69% 0.62% -
XYZ 15.34 25.74 6.96 -
YUV 119.46 87.67 94.86 -
System Red Green Blue C M Y K H S L
Decimal 73 157 48 0.54 0 0.69 0.38 106.24 0.53 0.4
Hex 49 9D 30 36 0 45 26 6A 35 28
Octal 111 235 60 66 0 105 46 152 65 50
Binary 1001001 10011101 110000 110110 0 1000101 100110 1101010 110101 101000

Color Harmonies of #499D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D30

Black with #499D30

Text Example


Text Example

White with #499D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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