Html Css Color HEX #49630A Verdun Green

📋 copy color: '#49630A'

red 73 ◦ green 99 ◦ blue 10

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

Shades of Verdun Green #49630A

Tints of Verdun Green #49630A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 40.11%
G = 54.4%
B = 5.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#49630A (or 0x49630A) is known color: Verdun Green. HEX triplet: 49, 63 and 0A. RGB value is (73,99,10). Sum of RGB (Red+Green+Blue) = 73+99+10=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #49630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49630A is #B69CF5. Grayscale: #515151. Windows color (decimal): -11967734 or 680777. OLE color: 680777.

HSL color Cylindrical-coordinate representation of color #49630A: hue angle of 77.53º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49630A is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 10 -
CMYK 0.26 0 0.90 0.61
HSL 77.53º 0.82% 0.21% -
HSV(B) 77.53º 0.9% 0.39% -
XYZ 7.26 10.36 1.9 -
YUV 81.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 73 99 10 0.26 0 0.90 0.61 77.53 0.82 0.21
Hex 49 63 A 1A 0 5A 3D 4E 52 15
Octal 111 143 12 32 0 132 75 116 122 25
Binary 1001001 1100011 1010 11010 0 1011010 111101 1001110 1010010 10101

Color Harmonies of #49630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49630A

Black with #49630A

Text Example


Text Example

White with #49630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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