Html Css Color HEX #414D12 Verdun Green

📋 copy color: '#414D12'

red 65 ◦ green 77 ◦ blue 18

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

Shades of Verdun Green #414D12

Tints of Verdun Green #414D12

RGB

 RED value IS 65 (25.78% from 255) = 40.63%

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

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

R = 40.63%
G = 48.13%
B = 11.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#414D12 (or 0x414D12) is known color: Verdun Green. HEX triplet: 41, 4D and 12. RGB value is (65,77,18). Sum of RGB (Red+Green+Blue) = 65+77+18=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #414D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D12 is #BEB2ED. Grayscale: #424242. Windows color (decimal): -12497646 or 1199425. OLE color: 1199425.

HSL color Cylindrical-coordinate representation of color #414D12: hue angle of 72.2º 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 #414D12 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 18 -
CMYK 0.16 0 0.77 0.70
HSL 72.2º 0.62% 0.19% -
HSV(B) 72.2º 0.77% 0.3% -
XYZ 4.94 6.48 1.56 -
YUV 66.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 65 77 18 0.16 0 0.77 0.70 72.2 0.62 0.19
Hex 41 4D 12 10 0 4D 46 48 3E 13
Octal 101 115 22 20 0 115 106 110 76 23
Binary 1000001 1001101 10010 10000 0 1001101 1000110 1001000 111110 10011

Color Harmonies of #414D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D12

Black with #414D12

Text Example


Text Example

White with #414D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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