Html Css Color HEX #416805 Verdun Green

📋 copy color: '#416805'

red 65 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #416805

Tints of Verdun Green #416805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 37.36%
G = 59.77%
B = 2.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#416805 (or 0x416805) is known color: Verdun Green. HEX triplet: 41, 68 and 05. RGB value is (65,104,5). Sum of RGB (Red+Green+Blue) = 65+104+5=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #416805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416805 is #BE97FA. Grayscale: #515151. Windows color (decimal): -12490747 or 354369. OLE color: 354369.

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

Color convert

RGB 65 104 5 -
CMYK 0.38 0 0.95 0.59
HSL 83.64º 0.91% 0.21% -
HSV(B) 83.64º 0.95% 0.41% -
XYZ 7.16 11.04 1.9 -
YUV 81.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 65 104 5 0.38 0 0.95 0.59 83.64 0.91 0.21
Hex 41 68 5 26 0 5F 3B 54 5B 15
Octal 101 150 5 46 0 137 73 124 133 25
Binary 1000001 1101000 101 100110 0 1011111 111011 1010100 1011011 10101

Color Harmonies of #416805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416805

Black with #416805

Text Example


Text Example

White with #416805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416805; }

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

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

background-color css

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

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

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

border-color css

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

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

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