Html Css Color HEX #414206 Verdun Green

📋 copy color: '#414206'

red 65 ◦ green 66 ◦ blue 6

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

Shades of Verdun Green #414206

Tints of Verdun Green #414206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 47.45%
G = 48.18%
B = 4.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#414206 (or 0x414206) is known color: Verdun Green. HEX triplet: 41, 42 and 06. RGB value is (65,66,6). Sum of RGB (Red+Green+Blue) = 65+66+6=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #414206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414206 is #BEBDF9. Grayscale: #3B3B3B. Windows color (decimal): -12500474 or 410177. OLE color: 410177.

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

Color convert

RGB 65 66 6 -
CMYK 0.02 0 0.91 0.74
HSL 61º 0.83% 0.14% -
HSV(B) 61º 0.91% 0.26% -
XYZ 4.16 5.03 0.92 -
YUV 58.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 65 66 6 0.02 0 0.91 0.74 61 0.83 0.14
Hex 41 42 6 2 0 5B 4A 3D 53 E
Octal 101 102 6 2 0 133 112 75 123 16
Binary 1000001 1000010 110 10 0 1011011 1001010 111101 1010011 1110

Color Harmonies of #414206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414206

Black with #414206

Text Example


Text Example

White with #414206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414206; }

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

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

background-color css

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

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

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

border-color css

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

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

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