Html Css Color HEX #496525 Green Leaf

📋 copy color: '#496525'

red 73 ◦ green 101 ◦ blue 37

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

Shades of Green Leaf #496525

Tints of Green Leaf #496525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.87%

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 34.6%
G = 47.87%
B = 17.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#496525 (or 0x496525) is known color: Green Leaf. HEX triplet: 49, 65 and 25. RGB value is (73,101,37). Sum of RGB (Red+Green+Blue) = 73+101+37=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #496525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496525 is #B69ADA. Grayscale: #555555. Windows color (decimal): -11967195 or 2450761. OLE color: 2450761.

HSL color Cylindrical-coordinate representation of color #496525: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496525 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 37 -
CMYK 0.28 0 0.63 0.60
HSL 86.25º 0.46% 0.27% -
HSV(B) 86.25º 0.63% 0.4% -
XYZ 7.74 10.86 3.44 -
YUV 85.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 73 101 37 0.28 0 0.63 0.60 86.25 0.46 0.27
Hex 49 65 25 1C 0 3F 3C 56 2E 1B
Octal 111 145 45 34 0 77 74 126 56 33
Binary 1001001 1100101 100101 11100 0 111111 111100 1010110 101110 11011

Color Harmonies of #496525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496525

Black with #496525

Text Example


Text Example

White with #496525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496525; }

 p { color: rgb(73,101,37); }

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

background-color css

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

 a { background-color: rgb(73,101,37); }

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

border-color css

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

 span { border-color: rgb(73,101,37); }

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