Html Css Color HEX #414412 Verdun Green

📋 copy color: '#414412'

red 65 ◦ green 68 ◦ blue 18

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

Shades of Verdun Green #414412

Tints of Verdun Green #414412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

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

R = 43.05%
G = 45.03%
B = 11.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#414412 (or 0x414412) is known color: Verdun Green. HEX triplet: 41, 44 and 12. RGB value is (65,68,18). Sum of RGB (Red+Green+Blue) = 65+68+18=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #414412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414412 is #BEBBED. Grayscale: #3D3D3D. Windows color (decimal): -12499950 or 1197121. OLE color: 1197121.

HSL color Cylindrical-coordinate representation of color #414412: hue angle of 63.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414412 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 18 -
CMYK 0.04 0 0.74 0.73
HSL 63.6º 0.58% 0.17% -
HSV(B) 63.6º 0.74% 0.27% -
XYZ 4.36 5.3 1.37 -
YUV 61.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 65 68 18 0.04 0 0.74 0.73 63.6 0.58 0.17
Hex 41 44 12 4 0 4A 49 40 3A 11
Octal 101 104 22 4 0 112 111 100 72 21
Binary 1000001 1000100 10010 100 0 1001010 1001001 1000000 111010 10001

Color Harmonies of #414412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414412

Black with #414412

Text Example


Text Example

White with #414412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414412; }

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

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

background-color css

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

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

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

border-color css

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

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

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