Html Css Color HEX #496F25 Green Leaf

📋 copy color: '#496F25'

red 73 ◦ green 111 ◦ blue 37

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

Shades of Green Leaf #496F25

Tints of Green Leaf #496F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

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

R = 33.03%
G = 50.23%
B = 16.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#496F25 (or 0x496F25) is known color: Green Leaf. HEX triplet: 49, 6F and 25. RGB value is (73,111,37). Sum of RGB (Red+Green+Blue) = 73+111+37=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #496F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F25 is #B690DA. Grayscale: #5B5B5B. Windows color (decimal): -11964635 or 2453321. OLE color: 2453321.

HSL color Cylindrical-coordinate representation of color #496F25: hue angle of 90.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496F25 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 37 -
CMYK 0.34 0 0.67 0.56
HSL 90.81º 0.5% 0.29% -
HSV(B) 90.81º 0.67% 0.44% -
XYZ 8.77 12.92 3.78 -
YUV 91.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 73 111 37 0.34 0 0.67 0.56 90.81 0.5 0.29
Hex 49 6F 25 22 0 43 38 5B 32 1D
Octal 111 157 45 42 0 103 70 133 62 35
Binary 1001001 1101111 100101 100010 0 1000011 111000 1011011 110010 11101

Color Harmonies of #496F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F25

Black with #496F25

Text Example


Text Example

White with #496F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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