Html Css Color HEX #49790C Green Leaf

📋 copy color: '#49790C'

red 73 ◦ green 121 ◦ blue 12

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

Shades of Green Leaf #49790C

Tints of Green Leaf #49790C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 35.44%
G = 58.74%
B = 5.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#49790C (or 0x49790C) is known color: Green Leaf. HEX triplet: 49, 79 and 0C. RGB value is (73,121,12). Sum of RGB (Red+Green+Blue) = 73+121+12=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #49790C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49790C is #B686F3. Grayscale: #5E5E5E. Windows color (decimal): -11962100 or 817481. OLE color: 817481.

HSL color Cylindrical-coordinate representation of color #49790C: hue angle of 86.42º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49790C is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 12 -
CMYK 0.40 0 0.90 0.53
HSL 86.42º 0.82% 0.26% -
HSV(B) 86.42º 0.9% 0.47% -
XYZ 9.65 15.12 2.76 -
YUV 94.22 81.6 112.86 -
System Red Green Blue C M Y K H S L
Decimal 73 121 12 0.40 0 0.90 0.53 86.42 0.82 0.26
Hex 49 79 C 28 0 5A 35 56 52 1A
Octal 111 171 14 50 0 132 65 126 122 32
Binary 1001001 1111001 1100 101000 0 1011010 110101 1010110 1010010 11010

Color Harmonies of #49790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49790C

Black with #49790C

Text Example


Text Example

White with #49790C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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