Html Css Color HEX #49640C Verdun Green

📋 copy color: '#49640C'

red 73 ◦ green 100 ◦ blue 12

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

Shades of Verdun Green #49640C

Tints of Verdun Green #49640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.05%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 39.46%
G = 54.05%
B = 6.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#49640C (or 0x49640C) is known color: Verdun Green. HEX triplet: 49, 64 and 0C. RGB value is (73,100,12). Sum of RGB (Red+Green+Blue) = 73+100+12=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #49640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49640C is #B69BF3. Grayscale: #525252. Windows color (decimal): -11967476 or 812105. OLE color: 812105.

HSL color Cylindrical-coordinate representation of color #49640C: hue angle of 78.41º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49640C is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 12 -
CMYK 0.27 0 0.88 0.61
HSL 78.41º 0.79% 0.22% -
HSV(B) 78.41º 0.88% 0.39% -
XYZ 7.37 10.56 2 -
YUV 81.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 73 100 12 0.27 0 0.88 0.61 78.41 0.79 0.22
Hex 49 64 C 1B 0 58 3D 4E 4F 16
Octal 111 144 14 33 0 130 75 116 117 26
Binary 1001001 1100100 1100 11011 0 1011000 111101 1001110 1001111 10110

Color Harmonies of #49640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49640C

Black with #49640C

Text Example


Text Example

White with #49640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49640C; }

 p { color: rgb(73,100,12); }

 H1.HeaderClassName
 {
   color: #49640C;
 }
 .AnyTagClassName
 {
   color: #49640C;
 }
</style>

background-color css

<style>
 a { background-color: #49640C; }

 a { background-color: rgb(73,100,12); }

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

border-color css

<style>
 span { border-color: #49640C; }

 span { border-color: rgb(73,100,12); }

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