Html Css Color HEX #49630C Verdun Green

📋 copy color: '#49630C'

red 73 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #49630C

Tints of Verdun Green #49630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.8%

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

R = 39.67%
G = 53.8%
B = 6.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#49630C (or 0x49630C) is known color: Verdun Green. HEX triplet: 49, 63 and 0C. RGB value is (73,99,12). Sum of RGB (Red+Green+Blue) = 73+99+12=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #49630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49630C is #B69CF3. Grayscale: #515151. Windows color (decimal): -11967732 or 811849. OLE color: 811849.

HSL color Cylindrical-coordinate representation of color #49630C: hue angle of 77.93º degrees, saturation: 0.78, 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 #49630C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 12 -
CMYK 0.26 0 0.88 0.61
HSL 77.93º 0.78% 0.22% -
HSV(B) 77.93º 0.88% 0.39% -
XYZ 7.28 10.37 1.97 -
YUV 81.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 73 99 12 0.26 0 0.88 0.61 77.93 0.78 0.22
Hex 49 63 C 1A 0 58 3D 4E 4E 16
Octal 111 143 14 32 0 130 75 116 116 26
Binary 1001001 1100011 1100 11010 0 1011000 111101 1001110 1001110 10110

Color Harmonies of #49630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49630C

Black with #49630C

Text Example


Text Example

White with #49630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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