Html Css Color HEX #49601B Verdun Green

📋 copy color: '#49601B'

red 73 ◦ green 96 ◦ blue 27

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

Shades of Verdun Green #49601B

Tints of Verdun Green #49601B

RGB

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

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

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

R = 37.24%
G = 48.98%
B = 13.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#49601B (or 0x49601B) is known color: Verdun Green. HEX triplet: 49, 60 and 1B. RGB value is (73,96,27). Sum of RGB (Red+Green+Blue) = 73+96+27=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #49601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49601B is #B69FE4. Grayscale: #515151. Windows color (decimal): -11968485 or 1794121. OLE color: 1794121.

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

Color convert

RGB 73 96 27 -
CMYK 0.24 0 0.72 0.62
HSL 80º 0.56% 0.24% -
HSV(B) 80º 0.72% 0.38% -
XYZ 7.13 9.86 2.56 -
YUV 81.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 73 96 27 0.24 0 0.72 0.62 80 0.56 0.24
Hex 49 60 1B 18 0 48 3E 50 38 18
Octal 111 140 33 30 0 110 76 120 70 30
Binary 1001001 1100000 11011 11000 0 1001000 111110 1010000 111000 11000

Color Harmonies of #49601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49601B

Black with #49601B

Text Example


Text Example

White with #49601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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