Html Css Color HEX #497602 Green Leaf

📋 copy color: '#497602'

red 73 ◦ green 118 ◦ blue 2

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

Shades of Green Leaf #497602

Tints of Green Leaf #497602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.14%

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

R = 37.82%
G = 61.14%
B = 1.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#497602 (or 0x497602) is known color: Green Leaf. HEX triplet: 49, 76 and 02. RGB value is (73,118,2). Sum of RGB (Red+Green+Blue) = 73+118+2=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #497602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497602 is #B689FD. Grayscale: #5B5B5B. Windows color (decimal): -11962878 or 161353. OLE color: 161353.

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

Color convert

RGB 73 118 2 -
CMYK 0.38 0 0.98 0.54
HSL 83.28º 0.97% 0.24% -
HSV(B) 83.28º 0.98% 0.46% -
XYZ 9.24 14.38 2.35 -
YUV 91.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 73 118 2 0.38 0 0.98 0.54 83.28 0.97 0.24
Hex 49 76 2 26 0 62 36 53 61 18
Octal 111 166 2 46 0 142 66 123 141 30
Binary 1001001 1110110 10 100110 0 1100010 110110 1010011 1100001 11000

Color Harmonies of #497602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497602

Black with #497602

Text Example


Text Example

White with #497602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497602; }

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

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

background-color css

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

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

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

border-color css

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

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

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