Html Css Color HEX #414410 Verdun Green

📋 copy color: '#414410'

red 65 ◦ green 68 ◦ blue 16

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

Shades of Verdun Green #414410

Tints of Verdun Green #414410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 43.62%
G = 45.64%
B = 10.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#414410 (or 0x414410) is known color: Verdun Green. HEX triplet: 41, 44 and 10. RGB value is (65,68,16). Sum of RGB (Red+Green+Blue) = 65+68+16=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #414410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414410 is #BEBBEF. Grayscale: #3D3D3D. Windows color (decimal): -12499952 or 1066049. OLE color: 1066049.

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

Color convert

RGB 65 68 16 -
CMYK 0.04 0 0.76 0.73
HSL 63.46º 0.62% 0.16% -
HSV(B) 63.46º 0.76% 0.27% -
XYZ 4.34 5.3 1.28 -
YUV 61.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 65 68 16 0.04 0 0.76 0.73 63.46 0.62 0.16
Hex 41 44 10 4 0 4C 49 3F 3E 10
Octal 101 104 20 4 0 114 111 77 76 20
Binary 1000001 1000100 10000 100 0 1001100 1001001 111111 111110 10000

Color Harmonies of #414410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414410

Black with #414410

Text Example


Text Example

White with #414410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414410; }

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

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

background-color css

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

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

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

border-color css

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

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

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