Html Css Color HEX #49691C Green Leaf

📋 copy color: '#49691C'

red 73 ◦ green 105 ◦ blue 28

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

Shades of Green Leaf #49691C

Tints of Green Leaf #49691C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 35.44%
G = 50.97%
B = 13.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#49691C (or 0x49691C) is known color: Green Leaf. HEX triplet: 49, 69 and 1C. RGB value is (73,105,28). Sum of RGB (Red+Green+Blue) = 73+105+28=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #49691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49691C is #B696E3. Grayscale: #565656. Windows color (decimal): -11966180 or 1861961. OLE color: 1861961.

HSL color Cylindrical-coordinate representation of color #49691C: hue angle of 84.94º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49691C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 28 -
CMYK 0.30 0 0.73 0.59
HSL 84.94º 0.58% 0.26% -
HSV(B) 84.94º 0.73% 0.41% -
XYZ 8.01 11.6 2.92 -
YUV 86.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 73 105 28 0.30 0 0.73 0.59 84.94 0.58 0.26
Hex 49 69 1C 1E 0 49 3B 55 3A 1A
Octal 111 151 34 36 0 111 73 125 72 32
Binary 1001001 1101001 11100 11110 0 1001001 111011 1010101 111010 11010

Color Harmonies of #49691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49691C

Black with #49691C

Text Example


Text Example

White with #49691C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,105,28); }

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

background-color css

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

 a { background-color: rgb(73,105,28); }

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

border-color css

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

 span { border-color: rgb(73,105,28); }

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