Html Css Color HEX #497707 Green Leaf

📋 copy color: '#497707'

red 73 ◦ green 119 ◦ blue 7

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

Shades of Green Leaf #497707

Tints of Green Leaf #497707

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.8%

 BLUE value IS 7 (3.13% from 255) = 3.52%

R = 36.68%
G = 59.8%
B = 3.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#497707 (or 0x497707) is known color: Green Leaf. HEX triplet: 49, 77 and 07. RGB value is (73,119,7). Sum of RGB (Red+Green+Blue) = 73+119+7=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #497707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497707 is #B688F8. Grayscale: #5C5C5C. Windows color (decimal): -11962617 or 489289. OLE color: 489289.

HSL color Cylindrical-coordinate representation of color #497707: hue angle of 84.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497707 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 7 -
CMYK 0.39 0 0.94 0.53
HSL 84.64º 0.89% 0.25% -
HSV(B) 84.64º 0.94% 0.47% -
XYZ 9.38 14.63 2.53 -
YUV 92.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 73 119 7 0.39 0 0.94 0.53 84.64 0.89 0.25
Hex 49 77 7 27 0 5E 35 55 59 19
Octal 111 167 7 47 0 136 65 125 131 31
Binary 1001001 1110111 111 100111 0 1011110 110101 1010101 1011001 11001

Color Harmonies of #497707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497707

Black with #497707

Text Example


Text Example

White with #497707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497707; }

 p { color: rgb(73,119,7); }

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

background-color css

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

 a { background-color: rgb(73,119,7); }

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

border-color css

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

 span { border-color: rgb(73,119,7); }

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