Html Css Color HEX #414A06 Verdun Green

📋 copy color: '#414A06'

red 65 ◦ green 74 ◦ blue 6

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

Shades of Verdun Green #414A06

Tints of Verdun Green #414A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.03%

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

R = 44.83%
G = 51.03%
B = 4.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#414A06 (or 0x414A06) is known color: Verdun Green. HEX triplet: 41, 4A and 06. RGB value is (65,74,6). Sum of RGB (Red+Green+Blue) = 65+74+6=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #414A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414A06 is #BEB5F9. Grayscale: #3F3F3F. Windows color (decimal): -12498426 or 412225. OLE color: 412225.

HSL color Cylindrical-coordinate representation of color #414A06: hue angle of 67.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414A06 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 6 -
CMYK 0.12 0 0.92 0.71
HSL 67.94º 0.85% 0.16% -
HSV(B) 67.94º 0.92% 0.29% -
XYZ 4.66 6.03 1.09 -
YUV 63.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 65 74 6 0.12 0 0.92 0.71 67.94 0.85 0.16
Hex 41 4A 6 C 0 5C 47 44 55 10
Octal 101 112 6 14 0 134 107 104 125 20
Binary 1000001 1001010 110 1100 0 1011100 1000111 1000100 1010101 10000

Color Harmonies of #414A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A06

Black with #414A06

Text Example


Text Example

White with #414A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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