Html Css Color HEX #414512 Verdun Green

📋 copy color: '#414512'

red 65 ◦ green 69 ◦ blue 18

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

Shades of Verdun Green #414512

Tints of Verdun Green #414512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 42.76%
G = 45.39%
B = 11.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#414512 (or 0x414512) is known color: Verdun Green. HEX triplet: 41, 45 and 12. RGB value is (65,69,18). Sum of RGB (Red+Green+Blue) = 65+69+18=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #414512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414512 is #BEBAED. Grayscale: #3E3E3E. Windows color (decimal): -12499694 or 1197377. OLE color: 1197377.

HSL color Cylindrical-coordinate representation of color #414512: hue angle of 64.71º degrees, saturation: 0.59, 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 #414512 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 18 -
CMYK 0.06 0 0.74 0.73
HSL 64.71º 0.59% 0.17% -
HSV(B) 64.71º 0.74% 0.27% -
XYZ 4.42 5.42 1.39 -
YUV 61.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 65 69 18 0.06 0 0.74 0.73 64.71 0.59 0.17
Hex 41 45 12 6 0 4A 49 41 3B 11
Octal 101 105 22 6 0 112 111 101 73 21
Binary 1000001 1000101 10010 110 0 1001010 1001001 1000001 111011 10001

Color Harmonies of #414512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414512

Black with #414512

Text Example


Text Example

White with #414512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414512; }

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

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

background-color css

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

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

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

border-color css

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

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

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