Html Css Color HEX #49661B Green Leaf

📋 copy color: '#49661B'

red 73 ◦ green 102 ◦ blue 27

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

Shades of Green Leaf #49661B

Tints of Green Leaf #49661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.5%

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

R = 36.14%
G = 50.5%
B = 13.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#49661B (or 0x49661B) is known color: Green Leaf. HEX triplet: 49, 66 and 1B. RGB value is (73,102,27). Sum of RGB (Red+Green+Blue) = 73+102+27=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #49661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49661B is #B699E4. Grayscale: #555555. Windows color (decimal): -11966949 or 1795657. OLE color: 1795657.

HSL color Cylindrical-coordinate representation of color #49661B: hue angle of 83.2º 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 #49661B is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 27 -
CMYK 0.28 0 0.74 0.6
HSL 83.2º 0.58% 0.25% -
HSV(B) 83.2º 0.74% 0.4% -
XYZ 7.7 11 2.75 -
YUV 84.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 73 102 27 0.28 0 0.74 0.6 83.2 0.58 0.25
Hex 49 66 1B 1C 0 4A 3C 53 3A 19
Octal 111 146 33 34 0 112 74 123 72 31
Binary 1001001 1100110 11011 11100 0 1001010 111100 1010011 111010 11001

Color Harmonies of #49661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49661B

Black with #49661B

Text Example


Text Example

White with #49661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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