Html Css Color HEX #414210 Verdun Green

📋 copy color: '#414210'

red 65 ◦ green 66 ◦ blue 16

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

Shades of Verdun Green #414210

Tints of Verdun Green #414210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

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

R = 44.22%
G = 44.9%
B = 10.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#414210 (or 0x414210) is known color: Verdun Green. HEX triplet: 41, 42 and 10. RGB value is (65,66,16). Sum of RGB (Red+Green+Blue) = 65+66+16=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #414210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414210 is #BEBDEF. Grayscale: #3C3C3C. Windows color (decimal): -12500464 or 1065537. OLE color: 1065537.

HSL color Cylindrical-coordinate representation of color #414210: hue angle of 61.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #414210 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 16 -
CMYK 0.02 0 0.76 0.74
HSL 61.2º 0.61% 0.16% -
HSV(B) 61.2º 0.76% 0.26% -
XYZ 4.22 5.06 1.24 -
YUV 60 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 65 66 16 0.02 0 0.76 0.74 61.2 0.61 0.16
Hex 41 42 10 2 0 4C 4A 3D 3D 10
Octal 101 102 20 2 0 114 112 75 75 20
Binary 1000001 1000010 10000 10 0 1001100 1001010 111101 111101 10000

Color Harmonies of #414210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414210

Black with #414210

Text Example


Text Example

White with #414210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414210; }

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

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

background-color css

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

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

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

border-color css

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

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

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