Html Css Color HEX #494D12 Verdun Green

📋 copy color: '#494D12'

red 73 ◦ green 77 ◦ blue 18

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

Shades of Verdun Green #494D12

Tints of Verdun Green #494D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 43.45%
G = 45.83%
B = 10.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#494D12 (or 0x494D12) is known color: Verdun Green. HEX triplet: 49, 4D and 12. RGB value is (73,77,18). Sum of RGB (Red+Green+Blue) = 73+77+18=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #494D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D12 is #B6B2ED. Grayscale: #454545. Windows color (decimal): -11973358 or 1199433. OLE color: 1199433.

HSL color Cylindrical-coordinate representation of color #494D12: hue angle of 64.07º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #494D12 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 18 -
CMYK 0.05 0 0.77 0.70
HSL 64.07º 0.62% 0.19% -
HSV(B) 64.07º 0.77% 0.3% -
XYZ 5.51 6.77 1.59 -
YUV 69.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 73 77 18 0.05 0 0.77 0.70 64.07 0.62 0.19
Hex 49 4D 12 5 0 4D 46 40 3E 13
Octal 111 115 22 5 0 115 106 100 76 23
Binary 1001001 1001101 10010 101 0 1001101 1000110 1000000 111110 10011

Color Harmonies of #494D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D12

Black with #494D12

Text Example


Text Example

White with #494D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D12; }

 p { color: rgb(73,77,18); }

 H1.HeaderClassName
 {
   color: #494D12;
 }
 .AnyTagClassName
 {
   color: #494D12;
 }
</style>

background-color css

<style>
 a { background-color: #494D12; }

 a { background-color: rgb(73,77,18); }

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

border-color css

<style>
 span { border-color: #494D12; }

 span { border-color: rgb(73,77,18); }

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