Html Css Color HEX #49580F Verdun Green

📋 copy color: '#49580F'

red 73 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #49580F

Tints of Verdun Green #49580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 41.48%
G = 50%
B = 8.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#49580F (or 0x49580F) is known color: Verdun Green. HEX triplet: 49, 58 and 0F. RGB value is (73,88,15). Sum of RGB (Red+Green+Blue) = 73+88+15=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #49580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49580F is #B6A7F0. Grayscale: #4B4B4B. Windows color (decimal): -11970545 or 1005641. OLE color: 1005641.

HSL color Cylindrical-coordinate representation of color #49580F: hue angle of 72.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49580F is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 15 -
CMYK 0.17 0 0.83 0.65
HSL 72.33º 0.71% 0.2% -
HSV(B) 72.33º 0.83% 0.35% -
XYZ 6.32 8.43 1.75 -
YUV 75.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 73 88 15 0.17 0 0.83 0.65 72.33 0.71 0.2
Hex 49 58 F 11 0 53 41 48 47 14
Octal 111 130 17 21 0 123 101 110 107 24
Binary 1001001 1011000 1111 10001 0 1010011 1000001 1001000 1000111 10100

Color Harmonies of #49580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49580F

Black with #49580F

Text Example


Text Example

White with #49580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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