Html Css Color HEX #414712 Verdun Green

📋 copy color: '#414712'

red 65 ◦ green 71 ◦ blue 18

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

Shades of Verdun Green #414712

Tints of Verdun Green #414712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

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

R = 42.21%
G = 46.1%
B = 11.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#414712 (or 0x414712) is known color: Verdun Green. HEX triplet: 41, 47 and 12. RGB value is (65,71,18). Sum of RGB (Red+Green+Blue) = 65+71+18=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #414712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414712 is #BEB8ED. Grayscale: #3F3F3F. Windows color (decimal): -12499182 or 1197889. OLE color: 1197889.

HSL color Cylindrical-coordinate representation of color #414712: hue angle of 66.79º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #414712 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 18 -
CMYK 0.08 0 0.75 0.72
HSL 66.79º 0.6% 0.17% -
HSV(B) 66.79º 0.75% 0.28% -
XYZ 4.54 5.67 1.43 -
YUV 63.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 65 71 18 0.08 0 0.75 0.72 66.79 0.6 0.17
Hex 41 47 12 8 0 4B 48 43 3C 11
Octal 101 107 22 10 0 113 110 103 74 21
Binary 1000001 1000111 10010 1000 0 1001011 1001000 1000011 111100 10001

Color Harmonies of #414712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414712

Black with #414712

Text Example


Text Example

White with #414712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414712; }

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

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

background-color css

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

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

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

border-color css

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

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

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