Html Css Color HEX #414107 Verdun Green

📋 copy color: '#414107'

red 65 ◦ green 65 ◦ blue 7

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

Shades of Verdun Green #414107

Tints of Verdun Green #414107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.11%

R = 47.45%
G = 47.45%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#414107 (or 0x414107) is known color: Verdun Green. HEX triplet: 41, 41 and 07. RGB value is (65,65,7). Sum of RGB (Red+Green+Blue) = 65+65+7=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414107 is #BEBEF8. Grayscale: #3A3A3A. Windows color (decimal): -12500729 or 475457. OLE color: 475457.

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

Color convert

RGB 65 65 7 -
CMYK 0 0 0.89 0.75
HSL 60º 0.81% 0.14% -
HSV(B) 60º 0.89% 0.25% -
XYZ 4.11 4.92 0.93 -
YUV 58.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 65 65 7 0 0 0.89 0.75 60 0.81 0.14
Hex 41 41 7 0 0 59 4B 3C 51 E
Octal 101 101 7 0 0 131 113 74 121 16
Binary 1000001 1000001 111 0 0 1011001 1001011 111100 1010001 1110

Color Harmonies of #414107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414107

Black with #414107

Text Example


Text Example

White with #414107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414107; }

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

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

background-color css

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

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

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

border-color css

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

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

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