Html Css Color HEX #497306 Green Leaf

📋 copy color: '#497306'

red 73 ◦ green 115 ◦ blue 6

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

Shades of Green Leaf #497306

Tints of Green Leaf #497306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.28%

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

R = 37.63%
G = 59.28%
B = 3.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#497306 (or 0x497306) is known color: Green Leaf. HEX triplet: 49, 73 and 06. RGB value is (73,115,6). Sum of RGB (Red+Green+Blue) = 73+115+6=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #497306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497306 is #B68CF9. Grayscale: #5A5A5A. Windows color (decimal): -11963642 or 422729. OLE color: 422729.

HSL color Cylindrical-coordinate representation of color #497306: hue angle of 83.12º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #497306 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 6 -
CMYK 0.37 0 0.95 0.55
HSL 83.12º 0.9% 0.24% -
HSV(B) 83.12º 0.95% 0.45% -
XYZ 8.91 13.69 2.35 -
YUV 90.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 73 115 6 0.37 0 0.95 0.55 83.12 0.9 0.24
Hex 49 73 6 25 0 5F 37 53 5A 18
Octal 111 163 6 45 0 137 67 123 132 30
Binary 1001001 1110011 110 100101 0 1011111 110111 1010011 1011010 11000

Color Harmonies of #497306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497306

Black with #497306

Text Example


Text Example

White with #497306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497306; }

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

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

background-color css

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

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

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

border-color css

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

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

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