Html Css Color HEX #416800 Verdun Green

📋 copy color: '#416800'

red 65 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #416800

Tints of Verdun Green #416800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.54%

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

R = 38.46%
G = 61.54%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#416800 (or 0x416800) is known color: Verdun Green. HEX triplet: 41, 68 and 00. RGB value is (65,104,0). Sum of RGB (Red+Green+Blue) = 65+104+0=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #416800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416800 is #BE97FF. Grayscale: #505050. Windows color (decimal): -12490752 or 26689. OLE color: 26689.

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

Color convert

RGB 65 104 0 -
CMYK 0.38 0 1 0.59
HSL 82.5º 1% 0.2% -
HSV(B) 82.5º 1% 0.41% -
XYZ 7.13 11.02 1.75 -
YUV 80.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 65 104 0 0.38 0 1 0.59 82.5 1 0.2
Hex 41 68 0 26 0 64 3B 52 64 14
Octal 101 150 0 46 0 144 73 122 144 24
Binary 1000001 1101000 0 100110 0 1100100 111011 1010010 1100100 10100

Color Harmonies of #416800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416800

Black with #416800

Text Example


Text Example

White with #416800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416800; }

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

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

background-color css

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

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

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

border-color css

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

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

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