#49630A

Color #49630A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #49630A

Tints of Verdun Green #49630A

Color information

#49630A (or 0x49630A) is unknown color: approx 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

RGB739910-
CMYK0.2600.900.61
HSL77.53º81.65%21.37%-
HSV(B)77.53º89.9%38.82%-
XYZ7.2610.361.9-
YUV81.0887.89122.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=40.11%
G=54.40%
B=5.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399100.2600.900.6177.5381.6521.37
Hex4963A1A05A3D4e5215
Octal111143123201327511612225
Binary10010011100011101011010010110101111011001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>