Html Css Color HEX #49631C Green Leaf

📋 copy color: '#49631C'

red 73 ◦ green 99 ◦ blue 28

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

Shades of Green Leaf #49631C

Tints of Green Leaf #49631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.5%

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

R = 36.5%
G = 49.5%
B = 14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#49631C (or 0x49631C) is known color: Green Leaf. HEX triplet: 49, 63 and 1C. RGB value is (73,99,28). Sum of RGB (Red+Green+Blue) = 73+99+28=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #49631C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49631C is #B69CE3. Grayscale: #535353. Windows color (decimal): -11967716 or 1860425. OLE color: 1860425.

HSL color Cylindrical-coordinate representation of color #49631C: hue angle of 81.97º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49631C is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 28 -
CMYK 0.26 0 0.72 0.61
HSL 81.97º 0.56% 0.25% -
HSV(B) 81.97º 0.72% 0.39% -
XYZ 7.42 10.42 2.72 -
YUV 83.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 73 99 28 0.26 0 0.72 0.61 81.97 0.56 0.25
Hex 49 63 1C 1A 0 48 3D 52 38 19
Octal 111 143 34 32 0 110 75 122 70 31
Binary 1001001 1100011 11100 11010 0 1001000 111101 1010010 111000 11001

Color Harmonies of #49631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49631C

Black with #49631C

Text Example


Text Example

White with #49631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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