Html Css Color HEX #497C06 Green Leaf

📋 copy color: '#497C06'

red 73 ◦ green 124 ◦ blue 6

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

Shades of Green Leaf #497C06

Tints of Green Leaf #497C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

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

R = 35.96%
G = 61.08%
B = 2.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#497C06 (or 0x497C06) is known color: Green Leaf. HEX triplet: 49, 7C and 06. RGB value is (73,124,6). Sum of RGB (Red+Green+Blue) = 73+124+6=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #497C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C06 is #B683F9. Grayscale: #5F5F5F. Windows color (decimal): -11961338 or 425033. OLE color: 425033.

HSL color Cylindrical-coordinate representation of color #497C06: hue angle of 85.93º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #497C06 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 6 -
CMYK 0.41 0 0.95 0.51
HSL 85.93º 0.91% 0.25% -
HSV(B) 85.93º 0.95% 0.49% -
XYZ 9.99 15.84 2.7 -
YUV 95.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 73 124 6 0.41 0 0.95 0.51 85.93 0.91 0.25
Hex 49 7C 6 29 0 5F 33 56 5B 19
Octal 111 174 6 51 0 137 63 126 133 31
Binary 1001001 1111100 110 101001 0 1011111 110011 1010110 1011011 11001

Color Harmonies of #497C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C06

Black with #497C06

Text Example


Text Example

White with #497C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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