Html Css Color HEX #49600B Verdun Green

📋 copy color: '#49600B'

red 73 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #49600B

Tints of Verdun Green #49600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 40.56%
G = 53.33%
B = 6.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#49600B (or 0x49600B) is known color: Verdun Green. HEX triplet: 49, 60 and 0B. RGB value is (73,96,11). Sum of RGB (Red+Green+Blue) = 73+96+11=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #49600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49600B is #B69FF4. Grayscale: #4F4F4F. Windows color (decimal): -11968501 or 745545. OLE color: 745545.

HSL color Cylindrical-coordinate representation of color #49600B: hue angle of 76.24º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49600B is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 11 -
CMYK 0.24 0 0.89 0.62
HSL 76.24º 0.79% 0.21% -
HSV(B) 76.24º 0.89% 0.38% -
XYZ 6.99 9.81 1.84 -
YUV 79.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 73 96 11 0.24 0 0.89 0.62 76.24 0.79 0.21
Hex 49 60 B 18 0 59 3E 4C 4F 15
Octal 111 140 13 30 0 131 76 114 117 25
Binary 1001001 1100000 1011 11000 0 1011001 111110 1001100 1001111 10101

Color Harmonies of #49600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49600B

Black with #49600B

Text Example


Text Example

White with #49600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,96,11); }

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

background-color css

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

 a { background-color: rgb(73,96,11); }

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

border-color css

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

 span { border-color: rgb(73,96,11); }

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