Html Css Color HEX #416008 Verdun Green

📋 copy color: '#416008'

red 65 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #416008

Tints of Verdun Green #416008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 38.46%
G = 56.8%
B = 4.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#416008 (or 0x416008) is known color: Verdun Green. HEX triplet: 41, 60 and 08. RGB value is (65,96,8). Sum of RGB (Red+Green+Blue) = 65+96+8=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #416008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416008 is #BE9FF7. Grayscale: #4D4D4D. Windows color (decimal): -12492792 or 548929. OLE color: 548929.

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

Color convert

RGB 65 96 8 -
CMYK 0.32 0 0.92 0.62
HSL 81.14º 0.85% 0.2% -
HSV(B) 81.14º 0.92% 0.38% -
XYZ 6.41 9.51 1.73 -
YUV 76.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 65 96 8 0.32 0 0.92 0.62 81.14 0.85 0.2
Hex 41 60 8 20 0 5C 3E 51 55 14
Octal 101 140 10 40 0 134 76 121 125 24
Binary 1000001 1100000 1000 100000 0 1011100 111110 1010001 1010101 10100

Color Harmonies of #416008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416008

Black with #416008

Text Example


Text Example

White with #416008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416008; }

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

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

background-color css

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

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

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

border-color css

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

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

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