Html Css Color HEX #497706 Green Leaf

📋 copy color: '#497706'

red 73 ◦ green 119 ◦ blue 6

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

Shades of Green Leaf #497706

Tints of Green Leaf #497706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 36.87%
G = 60.1%
B = 3.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#497706 (or 0x497706) is known color: Green Leaf. HEX triplet: 49, 77 and 06. RGB value is (73,119,6). Sum of RGB (Red+Green+Blue) = 73+119+6=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #497706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497706 is #B688F9. Grayscale: #5C5C5C. Windows color (decimal): -11962618 or 423753. OLE color: 423753.

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

Color convert

RGB 73 119 6 -
CMYK 0.39 0 0.95 0.53
HSL 84.42º 0.9% 0.25% -
HSV(B) 84.42º 0.95% 0.47% -
XYZ 9.38 14.62 2.5 -
YUV 92.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 73 119 6 0.39 0 0.95 0.53 84.42 0.9 0.25
Hex 49 77 6 27 0 5F 35 54 5A 19
Octal 111 167 6 47 0 137 65 124 132 31
Binary 1001001 1110111 110 100111 0 1011111 110101 1010100 1011010 11001

Color Harmonies of #497706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497706

Black with #497706

Text Example


Text Example

White with #497706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497706; }

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

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

background-color css

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

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

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

border-color css

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

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

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