Html Css Color HEX #416104 Verdun Green

📋 copy color: '#416104'

red 65 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #416104

Tints of Verdun Green #416104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 39.16%
G = 58.43%
B = 2.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#416104 (or 0x416104) is known color: Verdun Green. HEX triplet: 41, 61 and 04. RGB value is (65,97,4). Sum of RGB (Red+Green+Blue) = 65+97+4=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #416104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416104 is #BE9EFB. Grayscale: #4D4D4D. Windows color (decimal): -12492540 or 287041. OLE color: 287041.

HSL color Cylindrical-coordinate representation of color #416104: hue angle of 80.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #416104 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 4 -
CMYK 0.33 0 0.96 0.62
HSL 80.65º 0.92% 0.2% -
HSV(B) 80.65º 0.96% 0.38% -
XYZ 6.48 9.68 1.64 -
YUV 76.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 65 97 4 0.33 0 0.96 0.62 80.65 0.92 0.2
Hex 41 61 4 21 0 60 3E 51 5C 14
Octal 101 141 4 41 0 140 76 121 134 24
Binary 1000001 1100001 100 100001 0 1100000 111110 1010001 1011100 10100

Color Harmonies of #416104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416104

Black with #416104

Text Example


Text Example

White with #416104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416104; }

 p { color: rgb(65,97,4); }

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

background-color css

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

 a { background-color: rgb(65,97,4); }

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

border-color css

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

 span { border-color: rgb(65,97,4); }

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