Html Css Color HEX #496426 Green Leaf

📋 copy color: '#496426'

red 73 ◦ green 100 ◦ blue 38

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

Shades of Green Leaf #496426

Tints of Green Leaf #496426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.39%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 34.6%
G = 47.39%
B = 18.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#496426 (or 0x496426) is known color: Green Leaf. HEX triplet: 49, 64 and 26. RGB value is (73,100,38). Sum of RGB (Red+Green+Blue) = 73+100+38=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #496426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496426 is #B69BD9. Grayscale: #555555. Windows color (decimal): -11967450 or 2516041. OLE color: 2516041.

HSL color Cylindrical-coordinate representation of color #496426: hue angle of 86.13º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496426 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 38 -
CMYK 0.27 0 0.62 0.61
HSL 86.13º 0.45% 0.27% -
HSV(B) 86.13º 0.62% 0.39% -
XYZ 7.65 10.67 3.49 -
YUV 84.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 73 100 38 0.27 0 0.62 0.61 86.13 0.45 0.27
Hex 49 64 26 1B 0 3E 3D 56 2D 1B
Octal 111 144 46 33 0 76 75 126 55 33
Binary 1001001 1100100 100110 11011 0 111110 111101 1010110 101101 11011

Color Harmonies of #496426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496426

Black with #496426

Text Example


Text Example

White with #496426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496426; }

 p { color: rgb(73,100,38); }

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

background-color css

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

 a { background-color: rgb(73,100,38); }

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

border-color css

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

 span { border-color: rgb(73,100,38); }

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