Html Css Color HEX #416000 Verdun Green

📋 copy color: '#416000'

red 65 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #416000

Tints of Verdun Green #416000

RGB

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

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

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

R = 40.37%
G = 59.63%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#416000 (or 0x416000) is known color: Verdun Green. HEX triplet: 41, 60 and 00. RGB value is (65,96,0). Sum of RGB (Red+Green+Blue) = 65+96+0=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #416000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416000 is #BE9FFF. Grayscale: #4C4C4C. Windows color (decimal): -12492800 or 24641. OLE color: 24641.

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

Color convert

RGB 65 96 0 -
CMYK 0.32 0 1 0.62
HSL 79.38º 1% 0.19% -
HSV(B) 79.38º 1% 0.38% -
XYZ 6.36 9.49 1.5 -
YUV 75.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 65 96 0 0.32 0 1 0.62 79.38 1 0.19
Hex 41 60 0 20 0 64 3E 4F 64 13
Octal 101 140 0 40 0 144 76 117 144 23
Binary 1000001 1100000 0 100000 0 1100100 111110 1001111 1100100 10011

Color Harmonies of #416000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416000

Black with #416000

Text Example


Text Example

White with #416000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416000; }

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

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

background-color css

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

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

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

border-color css

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

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

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