Html Css Color HEX #499C1C La Palma

📋 copy color: '#499C1C'

red 73 ◦ green 156 ◦ blue 28

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

Shades of La Palma #499C1C

Tints of La Palma #499C1C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.7%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 28.4%
G = 60.7%
B = 10.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#499C1C (or 0x499C1C) is known color: La Palma. HEX triplet: 49, 9C and 1C. RGB value is (73,156,28). Sum of RGB (Red+Green+Blue) = 73+156+28=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 156 (61.33% from 255 or 60.70% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 156 - color contains mainly: green. Hex color #499C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C1C is #B663E3. Grayscale: #757575. Windows color (decimal): -11953124 or 1875017. OLE color: 1875017.

HSL color Cylindrical-coordinate representation of color #499C1C: hue angle of 98.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #499C1C is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 28 -
CMYK 0.53 0 0.82 0.39
HSL 98.91º 0.7% 0.36% -
HSV(B) 98.91º 0.82% 0.61% -
XYZ 14.85 25.28 5.2 -
YUV 116.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 73 156 28 0.53 0 0.82 0.39 98.91 0.7 0.36
Hex 49 9C 1C 35 0 52 27 63 46 24
Octal 111 234 34 65 0 122 47 143 106 44
Binary 1001001 10011100 11100 110101 0 1010010 100111 1100011 1000110 100100

Color Harmonies of #499C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C1C

Black with #499C1C

Text Example


Text Example

White with #499C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,28); }

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

background-color css

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

 a { background-color: rgb(73,156,28); }

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

border-color css

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

 span { border-color: rgb(73,156,28); }

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