Html Css Color HEX #416F00 Verdun Green

📋 copy color: '#416F00'

red 65 ◦ green 111 ◦ blue 0

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

Shades of Verdun Green #416F00

Tints of Verdun Green #416F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 63.07%

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

R = 36.93%
G = 63.07%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#416F00 (or 0x416F00) is known color: Verdun Green. HEX triplet: 41, 6F and 00. RGB value is (65,111,0). Sum of RGB (Red+Green+Blue) = 65+111+0=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #416F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416F00 is #BE90FF. Grayscale: #545454. Windows color (decimal): -12488960 or 28481. OLE color: 28481.

HSL color Cylindrical-coordinate representation of color #416F00: hue angle of 84.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #416F00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 111 0 -
CMYK 0.41 0 1 0.56
HSL 84.86º 1% 0.22% -
HSV(B) 84.86º 1% 0.44% -
XYZ 7.86 12.49 2 -
YUV 84.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 65 111 0 0.41 0 1 0.56 84.86 1 0.22
Hex 41 6F 0 29 0 64 38 55 64 16
Octal 101 157 0 51 0 144 70 125 144 26
Binary 1000001 1101111 0 101001 0 1100100 111000 1010101 1100100 10110

Color Harmonies of #416F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416F00

Black with #416F00

Text Example


Text Example

White with #416F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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