Html Css Color HEX #497B01 Green Leaf

📋 copy color: '#497B01'

red 73 ◦ green 123 ◦ blue 1

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

Shades of Green Leaf #497B01

Tints of Green Leaf #497B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 62.44%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 37.06%
G = 62.44%
B = 0.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#497B01 (or 0x497B01) is known color: Green Leaf. HEX triplet: 49, 7B and 01. RGB value is (73,123,1). Sum of RGB (Red+Green+Blue) = 73+123+1=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #497B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497B01 is #B684FE. Grayscale: #5E5E5E. Windows color (decimal): -11961599 or 97097. OLE color: 97097.

HSL color Cylindrical-coordinate representation of color #497B01: hue angle of 84.59º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #497B01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 123 1 -
CMYK 0.41 0 0.99 0.52
HSL 84.59º 0.98% 0.24% -
HSV(B) 84.59º 0.99% 0.48% -
XYZ 9.84 15.58 2.52 -
YUV 94.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 73 123 1 0.41 0 0.99 0.52 84.59 0.98 0.24
Hex 49 7B 1 29 0 63 34 55 62 18
Octal 111 173 1 51 0 143 64 125 142 30
Binary 1001001 1111011 1 101001 0 1100011 110100 1010101 1100010 11000

Color Harmonies of #497B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B01

Black with #497B01

Text Example


Text Example

White with #497B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,123,1); }

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

background-color css

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

 a { background-color: rgb(73,123,1); }

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

border-color css

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

 span { border-color: rgb(73,123,1); }

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