Html Css Color HEX #49760C Green Leaf

📋 copy color: '#49760C'

red 73 ◦ green 118 ◦ blue 12

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

Shades of Green Leaf #49760C

Tints of Green Leaf #49760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

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

R = 35.96%
G = 58.13%
B = 5.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#49760C (or 0x49760C) is known color: Green Leaf. HEX triplet: 49, 76 and 0C. RGB value is (73,118,12). Sum of RGB (Red+Green+Blue) = 73+118+12=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #49760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760C is #B689F3. Grayscale: #5C5C5C. Windows color (decimal): -11962868 or 816713. OLE color: 816713.

HSL color Cylindrical-coordinate representation of color #49760C: hue angle of 85.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49760C is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 12 -
CMYK 0.38 0 0.90 0.54
HSL 85.47º 0.82% 0.25% -
HSV(B) 85.47º 0.9% 0.46% -
XYZ 9.29 14.4 2.64 -
YUV 92.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 73 118 12 0.38 0 0.90 0.54 85.47 0.82 0.25
Hex 49 76 C 26 0 5A 36 55 52 19
Octal 111 166 14 46 0 132 66 125 122 31
Binary 1001001 1110110 1100 100110 0 1011010 110110 1010101 1010010 11001

Color Harmonies of #49760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49760C

Black with #49760C

Text Example


Text Example

White with #49760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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