Html Css Color HEX #499606 Limeade

📋 copy color: '#499606'

red 73 ◦ green 150 ◦ blue 6

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

Shades of Limeade #499606

Tints of Limeade #499606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 65.5%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 31.88%
G = 65.5%
B = 2.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#499606 (or 0x499606) is known color: Limeade. HEX triplet: 49, 96 and 06. RGB value is (73,150,6). Sum of RGB (Red+Green+Blue) = 73+150+6=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #499606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499606 is #B669F9. Grayscale: #6F6F6F. Windows color (decimal): -11954682 or 431689. OLE color: 431689.

HSL color Cylindrical-coordinate representation of color #499606: hue angle of 92.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #499606 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 6 -
CMYK 0.51 0 0.96 0.41
HSL 92.08º 0.92% 0.31% -
HSV(B) 92.08º 0.96% 0.59% -
XYZ 13.69 23.24 3.94 -
YUV 110.56 68.99 101.21 -
System Red Green Blue C M Y K H S L
Decimal 73 150 6 0.51 0 0.96 0.41 92.08 0.92 0.31
Hex 49 96 6 33 0 60 29 5C 5C 1F
Octal 111 226 6 63 0 140 51 134 134 37
Binary 1001001 10010110 110 110011 0 1100000 101001 1011100 1011100 11111

Color Harmonies of #499606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499606

Black with #499606

Text Example


Text Example

White with #499606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499606; }

 p { color: rgb(73,150,6); }

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

background-color css

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

 a { background-color: rgb(73,150,6); }

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

border-color css

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

 span { border-color: rgb(73,150,6); }

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