Html Css Color HEX #49501B Verdun Green

📋 copy color: '#49501B'

red 73 ◦ green 80 ◦ blue 27

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

Shades of Verdun Green #49501B

Tints of Verdun Green #49501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 40.56%
G = 44.44%
B = 15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#49501B (or 0x49501B) is known color: Verdun Green. HEX triplet: 49, 50 and 1B. RGB value is (73,80,27). Sum of RGB (Red+Green+Blue) = 73+80+27=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #49501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49501B is #B6AFE4. Grayscale: #484848. Windows color (decimal): -11972581 or 1790025. OLE color: 1790025.

HSL color Cylindrical-coordinate representation of color #49501B: hue angle of 67.92º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49501B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 27 -
CMYK 0.09 0 0.66 0.69
HSL 67.92º 0.5% 0.21% -
HSV(B) 67.92º 0.66% 0.31% -
XYZ 5.81 7.23 2.13 -
YUV 71.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 73 80 27 0.09 0 0.66 0.69 67.92 0.5 0.21
Hex 49 50 1B 9 0 42 45 44 32 15
Octal 111 120 33 11 0 102 105 104 62 25
Binary 1001001 1010000 11011 1001 0 1000010 1000101 1000100 110010 10101

Color Harmonies of #49501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49501B

Black with #49501B

Text Example


Text Example

White with #49501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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