Html Css Color HEX #49671B Green Leaf

📋 copy color: '#49671B'

red 73 ◦ green 103 ◦ blue 27

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

Shades of Green Leaf #49671B

Tints of Green Leaf #49671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.74%

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 35.96%
G = 50.74%
B = 13.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#49671B (or 0x49671B) is known color: Green Leaf. HEX triplet: 49, 67 and 1B. RGB value is (73,103,27). Sum of RGB (Red+Green+Blue) = 73+103+27=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #49671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49671B is #B698E4. Grayscale: #555555. Windows color (decimal): -11966693 or 1795913. OLE color: 1795913.

HSL color Cylindrical-coordinate representation of color #49671B: hue angle of 83.68º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49671B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 27 -
CMYK 0.29 0 0.74 0.60
HSL 83.68º 0.58% 0.25% -
HSV(B) 83.68º 0.74% 0.4% -
XYZ 7.8 11.2 2.79 -
YUV 85.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 73 103 27 0.29 0 0.74 0.60 83.68 0.58 0.25
Hex 49 67 1B 1D 0 4A 3C 54 3A 19
Octal 111 147 33 35 0 112 74 124 72 31
Binary 1001001 1100111 11011 11101 0 1001010 111100 1010100 111010 11001

Color Harmonies of #49671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49671B

Black with #49671B

Text Example


Text Example

White with #49671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49671B; }

 p { color: rgb(73,103,27); }

 H1.HeaderClassName
 {
   color: #49671B;
 }
 .AnyTagClassName
 {
   color: #49671B;
 }
</style>

background-color css

<style>
 a { background-color: #49671B; }

 a { background-color: rgb(73,103,27); }

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

border-color css

<style>
 span { border-color: #49671B; }

 span { border-color: rgb(73,103,27); }

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