Html Css Color HEX #49551F Verdun Green

📋 copy color: '#49551F'

red 73 ◦ green 85 ◦ blue 31

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

Shades of Verdun Green #49551F

Tints of Verdun Green #49551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 38.62%
G = 44.97%
B = 16.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#49551F (or 0x49551F) is known color: Verdun Green. HEX triplet: 49, 55 and 1F. RGB value is (73,85,31). Sum of RGB (Red+Green+Blue) = 73+85+31=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #49551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49551F is #B6AAE0. Grayscale: #4B4B4B. Windows color (decimal): -11971297 or 2053449. OLE color: 2053449.

HSL color Cylindrical-coordinate representation of color #49551F: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49551F is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 31 -
CMYK 0.14 0 0.64 0.67
HSL 73.33º 0.47% 0.23% -
HSV(B) 73.33º 0.64% 0.33% -
XYZ 6.24 8.01 2.51 -
YUV 75.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 73 85 31 0.14 0 0.64 0.67 73.33 0.47 0.23
Hex 49 55 1F E 0 40 43 49 2F 17
Octal 111 125 37 16 0 100 103 111 57 27
Binary 1001001 1010101 11111 1110 0 1000000 1000011 1001001 101111 10111

Color Harmonies of #49551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49551F

Black with #49551F

Text Example


Text Example

White with #49551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49551F; }

 p { color: rgb(73,85,31); }

 H1.HeaderClassName
 {
   color: #49551F;
 }
 .AnyTagClassName
 {
   color: #49551F;
 }
</style>

background-color css

<style>
 a { background-color: #49551F; }

 a { background-color: rgb(73,85,31); }

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

border-color css

<style>
 span { border-color: #49551F; }

 span { border-color: rgb(73,85,31); }

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