Html Css Color HEX #49781F Green Leaf

📋 copy color: '#49781F'

red 73 ◦ green 120 ◦ blue 31

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

Shades of Green Leaf #49781F

Tints of Green Leaf #49781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.57%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 32.59%
G = 53.57%
B = 13.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#49781F (or 0x49781F) is known color: Green Leaf. HEX triplet: 49, 78 and 1F. RGB value is (73,120,31). Sum of RGB (Red+Green+Blue) = 73+120+31=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #49781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49781F is #B687E0. Grayscale: #606060. Windows color (decimal): -11962337 or 2062409. OLE color: 2062409.

HSL color Cylindrical-coordinate representation of color #49781F: hue angle of 91.69º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49781F is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 31 -
CMYK 0.39 0 0.74 0.53
HSL 91.69º 0.59% 0.3% -
HSV(B) 91.69º 0.74% 0.47% -
XYZ 9.71 14.95 3.67 -
YUV 95.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 73 120 31 0.39 0 0.74 0.53 91.69 0.59 0.3
Hex 49 78 1F 27 0 4A 35 5C 3B 1E
Octal 111 170 37 47 0 112 65 134 73 36
Binary 1001001 1111000 11111 100111 0 1001010 110101 1011100 111011 11110

Color Harmonies of #49781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49781F

Black with #49781F

Text Example


Text Example

White with #49781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49781F; }

 p { color: rgb(73,120,31); }

 H1.HeaderClassName
 {
   color: #49781F;
 }
 .AnyTagClassName
 {
   color: #49781F;
 }
</style>

background-color css

<style>
 a { background-color: #49781F; }

 a { background-color: rgb(73,120,31); }

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

border-color css

<style>
 span { border-color: #49781F; }

 span { border-color: rgb(73,120,31); }

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