Html Css Color HEX #499808 Limeade

📋 copy color: '#499808'

red 73 ◦ green 152 ◦ blue 8

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

Shades of Limeade #499808

Tints of Limeade #499808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 65.24%

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

R = 31.33%
G = 65.24%
B = 3.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#499808 (or 0x499808) is known color: Limeade. HEX triplet: 49, 98 and 08. RGB value is (73,152,8). Sum of RGB (Red+Green+Blue) = 73+152+8=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #499808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499808 is #B667F7. Grayscale: #707070. Windows color (decimal): -11954168 or 563273. OLE color: 563273.

HSL color Cylindrical-coordinate representation of color #499808: hue angle of 92.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499808 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 8 -
CMYK 0.52 0 0.95 0.40
HSL 92.92º 0.9% 0.31% -
HSV(B) 92.92º 0.95% 0.6% -
XYZ 14.02 23.89 4.1 -
YUV 111.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 73 152 8 0.52 0 0.95 0.40 92.92 0.9 0.31
Hex 49 98 8 34 0 5F 28 5D 5A 1F
Octal 111 230 10 64 0 137 50 135 132 37
Binary 1001001 10011000 1000 110100 0 1011111 101000 1011101 1011010 11111

Color Harmonies of #499808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499808

Black with #499808

Text Example


Text Example

White with #499808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499808; }

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

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

background-color css

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

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

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

border-color css

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

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

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