Html Css Color HEX #49900C La Palma

📋 copy color: '#49900C'

red 73 ◦ green 144 ◦ blue 12

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

Shades of La Palma #49900C

Tints of La Palma #49900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.88%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 31.88%
G = 62.88%
B = 5.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#49900C (or 0x49900C) is known color: La Palma. HEX triplet: 49, 90 and 0C. RGB value is (73,144,12). Sum of RGB (Red+Green+Blue) = 73+144+12=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #49900C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900C is #B66FF3. Grayscale: #6C6C6C. Windows color (decimal): -11956212 or 823369. OLE color: 823369.

HSL color Cylindrical-coordinate representation of color #49900C: hue angle of 92.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49900C is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 12 -
CMYK 0.49 0 0.92 0.44
HSL 92.27º 0.85% 0.31% -
HSV(B) 92.27º 0.92% 0.56% -
XYZ 12.79 21.39 3.8 -
YUV 107.72 73.98 103.23 -
System Red Green Blue C M Y K H S L
Decimal 73 144 12 0.49 0 0.92 0.44 92.27 0.85 0.31
Hex 49 90 C 31 0 5C 2C 5C 55 1F
Octal 111 220 14 61 0 134 54 134 125 37
Binary 1001001 10010000 1100 110001 0 1011100 101100 1011100 1010101 11111

Color Harmonies of #49900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49900C

Black with #49900C

Text Example


Text Example

White with #49900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49900C; }

 p { color: rgb(73,144,12); }

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

background-color css

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

 a { background-color: rgb(73,144,12); }

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

border-color css

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

 span { border-color: rgb(73,144,12); }

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