Html Css Color HEX #49760A Green Leaf

📋 copy color: '#49760A'

red 73 ◦ green 118 ◦ blue 10

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

Shades of Green Leaf #49760A

Tints of Green Leaf #49760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 36.32%
G = 58.71%
B = 4.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#49760A (or 0x49760A) is known color: Green Leaf. HEX triplet: 49, 76 and 0A. RGB value is (73,118,10). Sum of RGB (Red+Green+Blue) = 73+118+10=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #49760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49760A is #B689F5. Grayscale: #5C5C5C. Windows color (decimal): -11962870 or 685641. OLE color: 685641.

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

Color convert

RGB 73 118 10 -
CMYK 0.38 0 0.92 0.54
HSL 85º 0.84% 0.25% -
HSV(B) 85º 0.92% 0.46% -
XYZ 9.28 14.4 2.58 -
YUV 92.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 73 118 10 0.38 0 0.92 0.54 85 0.84 0.25
Hex 49 76 A 26 0 5C 36 55 54 19
Octal 111 166 12 46 0 134 66 125 124 31
Binary 1001001 1110110 1010 100110 0 1011100 110110 1010101 1010100 11001

Color Harmonies of #49760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49760A

Black with #49760A

Text Example


Text Example

White with #49760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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