Html Css Color HEX #497702 Green Leaf

📋 copy color: '#497702'

red 73 ◦ green 119 ◦ blue 2

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

Shades of Green Leaf #497702

Tints of Green Leaf #497702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 37.63%
G = 61.34%
B = 1.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#497702 (or 0x497702) is known color: Green Leaf. HEX triplet: 49, 77 and 02. RGB value is (73,119,2). Sum of RGB (Red+Green+Blue) = 73+119+2=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #497702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497702 is #B688FD. Grayscale: #5C5C5C. Windows color (decimal): -11962622 or 161609. OLE color: 161609.

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

Color convert

RGB 73 119 2 -
CMYK 0.39 0 0.98 0.53
HSL 83.59º 0.97% 0.24% -
HSV(B) 83.59º 0.98% 0.47% -
XYZ 9.36 14.61 2.39 -
YUV 91.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 73 119 2 0.39 0 0.98 0.53 83.59 0.97 0.24
Hex 49 77 2 27 0 62 35 54 61 18
Octal 111 167 2 47 0 142 65 124 141 30
Binary 1001001 1110111 10 100111 0 1100010 110101 1010100 1100001 11000

Color Harmonies of #497702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497702

Black with #497702

Text Example


Text Example

White with #497702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497702; }

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

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

background-color css

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

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

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

border-color css

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

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

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