Html Css Color HEX #49790F Green Leaf

📋 copy color: '#49790F'

red 73 ◦ green 121 ◦ blue 15

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

Shades of Green Leaf #49790F

Tints of Green Leaf #49790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.89%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 34.93%
G = 57.89%
B = 7.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#49790F (or 0x49790F) is known color: Green Leaf. HEX triplet: 49, 79 and 0F. RGB value is (73,121,15). Sum of RGB (Red+Green+Blue) = 73+121+15=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #49790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49790F is #B686F0. Grayscale: #5E5E5E. Windows color (decimal): -11962097 or 1014089. OLE color: 1014089.

HSL color Cylindrical-coordinate representation of color #49790F: hue angle of 87.17º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49790F is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 15 -
CMYK 0.40 0 0.88 0.53
HSL 87.17º 0.78% 0.27% -
HSV(B) 87.17º 0.88% 0.47% -
XYZ 9.67 15.13 2.86 -
YUV 94.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 73 121 15 0.40 0 0.88 0.53 87.17 0.78 0.27
Hex 49 79 F 28 0 58 35 57 4E 1B
Octal 111 171 17 50 0 130 65 127 116 33
Binary 1001001 1111001 1111 101000 0 1011000 110101 1010111 1001110 11011

Color Harmonies of #49790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49790F

Black with #49790F

Text Example


Text Example

White with #49790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49790F; }

 p { color: rgb(73,121,15); }

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

background-color css

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

 a { background-color: rgb(73,121,15); }

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

border-color css

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

 span { border-color: rgb(73,121,15); }

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