Html Css Color HEX #416101 Verdun Green

📋 copy color: '#416101'

red 65 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #416101

Tints of Verdun Green #416101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 39.88%
G = 59.51%
B = 0.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#416101 (or 0x416101) is known color: Verdun Green. HEX triplet: 41, 61 and 01. RGB value is (65,97,1). Sum of RGB (Red+Green+Blue) = 65+97+1=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #416101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416101 is #BE9EFE. Grayscale: #4C4C4C. Windows color (decimal): -12492543 or 90433. OLE color: 90433.

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

Color convert

RGB 65 97 1 -
CMYK 0.33 0 0.99 0.62
HSL 80º 0.98% 0.19% -
HSV(B) 80º 0.99% 0.38% -
XYZ 6.46 9.68 1.56 -
YUV 76.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 65 97 1 0.33 0 0.99 0.62 80 0.98 0.19
Hex 41 61 1 21 0 63 3E 50 62 13
Octal 101 141 1 41 0 143 76 120 142 23
Binary 1000001 1100001 1 100001 0 1100011 111110 1010000 1100010 10011

Color Harmonies of #416101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416101

Black with #416101

Text Example


Text Example

White with #416101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416101; }

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

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

background-color css

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

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

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

border-color css

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

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

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