Html Css Color HEX #497405 Green Leaf

📋 copy color: '#497405'

red 73 ◦ green 116 ◦ blue 5

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

Shades of Green Leaf #497405

Tints of Green Leaf #497405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 37.63%
G = 59.79%
B = 2.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#497405 (or 0x497405) is known color: Green Leaf. HEX triplet: 49, 74 and 05. RGB value is (73,116,5). Sum of RGB (Red+Green+Blue) = 73+116+5=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #497405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497405 is #B68BFA. Grayscale: #5A5A5A. Windows color (decimal): -11963387 or 357449. OLE color: 357449.

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

Color convert

RGB 73 116 5 -
CMYK 0.37 0 0.96 0.55
HSL 83.24º 0.92% 0.24% -
HSV(B) 83.24º 0.96% 0.45% -
XYZ 9.02 13.92 2.35 -
YUV 90.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 73 116 5 0.37 0 0.96 0.55 83.24 0.92 0.24
Hex 49 74 5 25 0 60 37 53 5C 18
Octal 111 164 5 45 0 140 67 123 134 30
Binary 1001001 1110100 101 100101 0 1100000 110111 1010011 1011100 11000

Color Harmonies of #497405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497405

Black with #497405

Text Example


Text Example

White with #497405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497405; }

 p { color: rgb(73,116,5); }

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

background-color css

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

 a { background-color: rgb(73,116,5); }

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

border-color css

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

 span { border-color: rgb(73,116,5); }

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