Html Css Color HEX #416703 Verdun Green

📋 copy color: '#416703'

red 65 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #416703

Tints of Verdun Green #416703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 60.23%

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

R = 38.01%
G = 60.23%
B = 1.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#416703 (or 0x416703) is known color: Verdun Green. HEX triplet: 41, 67 and 03. RGB value is (65,103,3). Sum of RGB (Red+Green+Blue) = 65+103+3=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #416703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416703 is #BE98FC. Grayscale: #505050. Windows color (decimal): -12491005 or 223041. OLE color: 223041.

HSL color Cylindrical-coordinate representation of color #416703: hue angle of 82.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #416703 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 3 -
CMYK 0.37 0 0.97 0.60
HSL 82.8º 0.94% 0.21% -
HSV(B) 82.8º 0.97% 0.4% -
XYZ 7.05 10.83 1.81 -
YUV 80.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 65 103 3 0.37 0 0.97 0.60 82.8 0.94 0.21
Hex 41 67 3 25 0 61 3C 53 5E 15
Octal 101 147 3 45 0 141 74 123 136 25
Binary 1000001 1100111 11 100101 0 1100001 111100 1010011 1011110 10101

Color Harmonies of #416703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416703

Black with #416703

Text Example


Text Example

White with #416703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416703; }

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

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

background-color css

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

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

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

border-color css

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

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

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