Html Css Color HEX #499208 Limeade

📋 copy color: '#499208'

red 73 ◦ green 146 ◦ blue 8

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

Shades of Limeade #499208

Tints of Limeade #499208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.32%

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 32.16%
G = 64.32%
B = 3.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#499208 (or 0x499208) is known color: Limeade. HEX triplet: 49, 92 and 08. RGB value is (73,146,8). Sum of RGB (Red+Green+Blue) = 73+146+8=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #499208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499208 is #B66DF7. Grayscale: #6C6C6C. Windows color (decimal): -11955704 or 561737. OLE color: 561737.

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

Color convert

RGB 73 146 8 -
CMYK 0.5 0 0.95 0.43
HSL 91.74º 0.9% 0.3% -
HSV(B) 91.74º 0.95% 0.57% -
XYZ 13.07 21.99 3.79 -
YUV 108.44 71.32 102.72 -
System Red Green Blue C M Y K H S L
Decimal 73 146 8 0.5 0 0.95 0.43 91.74 0.9 0.3
Hex 49 92 8 32 0 5F 2B 5C 5A 1E
Octal 111 222 10 62 0 137 53 134 132 36
Binary 1001001 10010010 1000 110010 0 1011111 101011 1011100 1011010 11110

Color Harmonies of #499208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499208

Black with #499208

Text Example


Text Example

White with #499208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499208; }

 p { color: rgb(73,146,8); }

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

background-color css

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

 a { background-color: rgb(73,146,8); }

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

border-color css

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

 span { border-color: rgb(73,146,8); }

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