Html Css Color HEX #416C08 Verdun Green

📋 copy color: '#416C08'

red 65 ◦ green 108 ◦ blue 8

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

Shades of Verdun Green #416C08

Tints of Verdun Green #416C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 59.67%

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

R = 35.91%
G = 59.67%
B = 4.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#416C08 (or 0x416C08) is known color: Verdun Green. HEX triplet: 41, 6C and 08. RGB value is (65,108,8). Sum of RGB (Red+Green+Blue) = 65+108+8=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #416C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C08 is #BE93F7. Grayscale: #545454. Windows color (decimal): -12489720 or 552001. OLE color: 552001.

HSL color Cylindrical-coordinate representation of color #416C08: hue angle of 85.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416C08 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 8 -
CMYK 0.40 0 0.93 0.58
HSL 85.8º 0.86% 0.23% -
HSV(B) 85.8º 0.93% 0.42% -
XYZ 7.59 11.87 2.12 -
YUV 83.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 65 108 8 0.40 0 0.93 0.58 85.8 0.86 0.23
Hex 41 6C 8 28 0 5D 3A 56 56 17
Octal 101 154 10 50 0 135 72 126 126 27
Binary 1000001 1101100 1000 101000 0 1011101 111010 1010110 1010110 10111

Color Harmonies of #416C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C08

Black with #416C08

Text Example


Text Example

White with #416C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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