Html Css Color HEX #416103 Verdun Green

📋 copy color: '#416103'

red 65 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #416103

Tints of Verdun Green #416103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 39.39%
G = 58.79%
B = 1.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#416103 (or 0x416103) is known color: Verdun Green. HEX triplet: 41, 61 and 03. RGB value is (65,97,3). Sum of RGB (Red+Green+Blue) = 65+97+3=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #416103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416103 is #BE9EFC. Grayscale: #4D4D4D. Windows color (decimal): -12492541 or 221505. OLE color: 221505.

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

Color convert

RGB 65 97 3 -
CMYK 0.33 0 0.97 0.62
HSL 80.43º 0.94% 0.2% -
HSV(B) 80.43º 0.97% 0.38% -
XYZ 6.47 9.68 1.61 -
YUV 76.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 65 97 3 0.33 0 0.97 0.62 80.43 0.94 0.2
Hex 41 61 3 21 0 61 3E 50 5E 14
Octal 101 141 3 41 0 141 76 120 136 24
Binary 1000001 1100001 11 100001 0 1100001 111110 1010000 1011110 10100

Color Harmonies of #416103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416103

Black with #416103

Text Example


Text Example

White with #416103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416103; }

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

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

background-color css

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

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

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

border-color css

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

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

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