Html Css Color HEX #416200 Verdun Green

📋 copy color: '#416200'

red 65 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #416200

Tints of Verdun Green #416200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 60.12%

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

R = 39.88%
G = 60.12%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#416200 (or 0x416200) is known color: Verdun Green. HEX triplet: 41, 62 and 00. RGB value is (65,98,0). Sum of RGB (Red+Green+Blue) = 65+98+0=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #416200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416200 is #BE9DFF. Grayscale: #4D4D4D. Windows color (decimal): -12492288 or 25153. OLE color: 25153.

HSL color Cylindrical-coordinate representation of color #416200: hue angle of 80.2º 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 #416200 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 98 0 -
CMYK 0.34 0 1 0.62
HSL 80.2º 1% 0.19% -
HSV(B) 80.2º 1% 0.38% -
XYZ 6.55 9.86 1.56 -
YUV 76.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 65 98 0 0.34 0 1 0.62 80.2 1 0.19
Hex 41 62 0 22 0 64 3E 50 64 13
Octal 101 142 0 42 0 144 76 120 144 23
Binary 1000001 1100010 0 100010 0 1100100 111110 1010000 1100100 10011

Color Harmonies of #416200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416200

Black with #416200

Text Example


Text Example

White with #416200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416200; }

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

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

background-color css

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

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

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

border-color css

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

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

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