Html Css Color HEX #497802 Green Leaf

📋 copy color: '#497802'

red 73 ◦ green 120 ◦ blue 2

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

Shades of Green Leaf #497802

Tints of Green Leaf #497802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 61.54%

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

R = 37.44%
G = 61.54%
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

#497802 (or 0x497802) is known color: Green Leaf. HEX triplet: 49, 78 and 02. RGB value is (73,120,2). Sum of RGB (Red+Green+Blue) = 73+120+2=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #497802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497802 is #B687FD. Grayscale: #5C5C5C. Windows color (decimal): -11962366 or 161865. OLE color: 161865.

HSL color Cylindrical-coordinate representation of color #497802: hue angle of 83.9º 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 #497802 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 2 -
CMYK 0.39 0 0.98 0.53
HSL 83.9º 0.97% 0.24% -
HSV(B) 83.9º 0.98% 0.47% -
XYZ 9.48 14.85 2.43 -
YUV 92.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 73 120 2 0.39 0 0.98 0.53 83.9 0.97 0.24
Hex 49 78 2 27 0 62 35 54 61 18
Octal 111 170 2 47 0 142 65 124 141 30
Binary 1001001 1111000 10 100111 0 1100010 110101 1010100 1100001 11000

Color Harmonies of #497802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497802

Black with #497802

Text Example


Text Example

White with #497802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497802; }

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

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

background-color css

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

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

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

border-color css

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

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

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