Html Css Color HEX #414100 Verdun Green

📋 copy color: '#414100'

red 65 ◦ green 65 ◦ blue 0

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

Shades of Verdun Green #414100

Tints of Verdun Green #414100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#414100 (or 0x414100) is known color: Verdun Green. HEX triplet: 41, 41 and 00. RGB value is (65,65,0). Sum of RGB (Red+Green+Blue) = 65+65+0=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414100 is #BEBEFF. Grayscale: #393939. Windows color (decimal): -12500736 or 16705. OLE color: 16705.

HSL color Cylindrical-coordinate representation of color #414100: hue angle of 60º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #414100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 65 0 -
CMYK 0 0 1 0.75
HSL 60º 1% 0.13% -
HSV(B) 60º 1% 0.25% -
XYZ 4.07 4.9 0.73 -
YUV 57.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 65 65 0 0 0 1 0.75 60 1 0.13
Hex 41 41 0 0 0 64 4B 3C 64 D
Octal 101 101 0 0 0 144 113 74 144 15
Binary 1000001 1000001 0 0 0 1100100 1001011 111100 1100100 1101

Color Harmonies of #414100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414100

Black with #414100

Text Example


Text Example

White with #414100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414100; }

 p { color: rgb(65,65,0); }

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

background-color css

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

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

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

border-color css

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

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

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