Html Css Color HEX #496725 Green Leaf

📋 copy color: '#496725'

red 73 ◦ green 103 ◦ blue 37

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

Shades of Green Leaf #496725

Tints of Green Leaf #496725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.36%

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

R = 34.27%
G = 48.36%
B = 17.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#496725 (or 0x496725) is known color: Green Leaf. HEX triplet: 49, 67 and 25. RGB value is (73,103,37). Sum of RGB (Red+Green+Blue) = 73+103+37=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #496725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496725 is #B698DA. Grayscale: #565656. Windows color (decimal): -11966683 or 2451273. OLE color: 2451273.

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

Color convert

RGB 73 103 37 -
CMYK 0.29 0 0.64 0.60
HSL 87.27º 0.47% 0.27% -
HSV(B) 87.27º 0.64% 0.4% -
XYZ 7.93 11.25 3.5 -
YUV 86.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 73 103 37 0.29 0 0.64 0.60 87.27 0.47 0.27
Hex 49 67 25 1D 0 40 3C 57 2F 1B
Octal 111 147 45 35 0 100 74 127 57 33
Binary 1001001 1100111 100101 11101 0 1000000 111100 1010111 101111 11011

Color Harmonies of #496725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496725

Black with #496725

Text Example


Text Example

White with #496725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496725; }

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

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

background-color css

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

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

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

border-color css

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

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

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