Html Css Color HEX #416007 Verdun Green

📋 copy color: '#416007'

red 65 ◦ green 96 ◦ blue 7

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

Shades of Verdun Green #416007

Tints of Verdun Green #416007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.14%

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

R = 38.69%
G = 57.14%
B = 4.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#416007 (or 0x416007) is known color: Verdun Green. HEX triplet: 41, 60 and 07. RGB value is (65,96,7). Sum of RGB (Red+Green+Blue) = 65+96+7=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #416007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416007 is #BE9FF8. Grayscale: #4C4C4C. Windows color (decimal): -12492793 or 483393. OLE color: 483393.

HSL color Cylindrical-coordinate representation of color #416007: hue angle of 80.9º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416007 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 7 -
CMYK 0.32 0 0.93 0.62
HSL 80.9º 0.86% 0.2% -
HSV(B) 80.9º 0.93% 0.38% -
XYZ 6.4 9.5 1.7 -
YUV 76.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 65 96 7 0.32 0 0.93 0.62 80.9 0.86 0.2
Hex 41 60 7 20 0 5D 3E 51 56 14
Octal 101 140 7 40 0 135 76 121 126 24
Binary 1000001 1100000 111 100000 0 1011101 111110 1010001 1010110 10100

Color Harmonies of #416007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416007

Black with #416007

Text Example


Text Example

White with #416007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416007; }

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

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

background-color css

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

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

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

border-color css

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

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

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