Html Css Color HEX #414205 Verdun Green

📋 copy color: '#414205'

red 65 ◦ green 66 ◦ blue 5

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

Shades of Verdun Green #414205

Tints of Verdun Green #414205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 47.79%
G = 48.53%
B = 3.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#414205 (or 0x414205) is known color: Verdun Green. HEX triplet: 41, 42 and 05. RGB value is (65,66,5). Sum of RGB (Red+Green+Blue) = 65+66+5=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #414205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414205 is #BEBDFA. Grayscale: #3A3A3A. Windows color (decimal): -12500475 or 344641. OLE color: 344641.

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

Color convert

RGB 65 66 5 -
CMYK 0.02 0 0.92 0.74
HSL 60.98º 0.86% 0.14% -
HSV(B) 60.98º 0.92% 0.26% -
XYZ 4.16 5.03 0.9 -
YUV 58.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 65 66 5 0.02 0 0.92 0.74 60.98 0.86 0.14
Hex 41 42 5 2 0 5C 4A 3D 56 E
Octal 101 102 5 2 0 134 112 75 126 16
Binary 1000001 1000010 101 10 0 1011100 1001010 111101 1010110 1110

Color Harmonies of #414205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414205

Black with #414205

Text Example


Text Example

White with #414205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414205; }

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

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

background-color css

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

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

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

border-color css

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

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

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