Html Css Color HEX #49581A Verdun Green

📋 copy color: '#49581A'

red 73 ◦ green 88 ◦ blue 26

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

Shades of Verdun Green #49581A

Tints of Verdun Green #49581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 39.04%
G = 47.06%
B = 13.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#49581A (or 0x49581A) is known color: Verdun Green. HEX triplet: 49, 58 and 1A. RGB value is (73,88,26). Sum of RGB (Red+Green+Blue) = 73+88+26=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #49581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581A is #B6A7E5. Grayscale: #4C4C4C. Windows color (decimal): -11970534 or 1726537. OLE color: 1726537.

HSL color Cylindrical-coordinate representation of color #49581A: hue angle of 74.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49581A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 26 -
CMYK 0.17 0 0.70 0.65
HSL 74.52º 0.54% 0.22% -
HSV(B) 74.52º 0.7% 0.35% -
XYZ 6.42 8.47 2.27 -
YUV 76.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 73 88 26 0.17 0 0.70 0.65 74.52 0.54 0.22
Hex 49 58 1A 11 0 46 41 4B 36 16
Octal 111 130 32 21 0 106 101 113 66 26
Binary 1001001 1011000 11010 10001 0 1000110 1000001 1001011 110110 10110

Color Harmonies of #49581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49581A

Black with #49581A

Text Example


Text Example

White with #49581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49581A; }

 p { color: rgb(73,88,26); }

 H1.HeaderClassName
 {
   color: #49581A;
 }
 .AnyTagClassName
 {
   color: #49581A;
 }
</style>

background-color css

<style>
 a { background-color: #49581A; }

 a { background-color: rgb(73,88,26); }

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

border-color css

<style>
 span { border-color: #49581A; }

 span { border-color: rgb(73,88,26); }

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