Html Css Color HEX #497B0D Green Leaf

📋 copy color: '#497B0D'

red 73 ◦ green 123 ◦ blue 13

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

Shades of Green Leaf #497B0D

Tints of Green Leaf #497B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 34.93%
G = 58.85%
B = 6.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#497B0D (or 0x497B0D) is known color: Green Leaf. HEX triplet: 49, 7B and 0D. RGB value is (73,123,13). Sum of RGB (Red+Green+Blue) = 73+123+13=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #497B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497B0D is #B684F2. Grayscale: #5F5F5F. Windows color (decimal): -11961587 or 883529. OLE color: 883529.

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

Color convert

RGB 73 123 13 -
CMYK 0.41 0 0.89 0.52
HSL 87.27º 0.81% 0.27% -
HSV(B) 87.27º 0.89% 0.48% -
XYZ 9.9 15.61 2.87 -
YUV 95.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 73 123 13 0.41 0 0.89 0.52 87.27 0.81 0.27
Hex 49 7B D 29 0 59 34 57 51 1B
Octal 111 173 15 51 0 131 64 127 121 33
Binary 1001001 1111011 1101 101001 0 1011001 110100 1010111 1010001 11011

Color Harmonies of #497B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B0D

Black with #497B0D

Text Example


Text Example

White with #497B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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