Html Css Color HEX #417103 Verdun Green

📋 copy color: '#417103'

red 65 ◦ green 113 ◦ blue 3

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

Shades of Verdun Green #417103

Tints of Verdun Green #417103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

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

R = 35.91%
G = 62.43%
B = 1.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#417103 (or 0x417103) is known color: Verdun Green. HEX triplet: 41, 71 and 03. RGB value is (65,113,3). Sum of RGB (Red+Green+Blue) = 65+113+3=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #417103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417103 is #BE8EFC. Grayscale: #565656. Windows color (decimal): -12488445 or 225601. OLE color: 225601.

HSL color Cylindrical-coordinate representation of color #417103: hue angle of 86.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #417103 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 3 -
CMYK 0.42 0 0.97 0.56
HSL 86.18º 0.95% 0.23% -
HSV(B) 86.18º 0.97% 0.44% -
XYZ 8.1 12.94 2.16 -
YUV 86.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 65 113 3 0.42 0 0.97 0.56 86.18 0.95 0.23
Hex 41 71 3 2A 0 61 38 56 5F 17
Octal 101 161 3 52 0 141 70 126 137 27
Binary 1000001 1110001 11 101010 0 1100001 111000 1010110 1011111 10111

Color Harmonies of #417103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417103

Black with #417103

Text Example


Text Example

White with #417103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417103; }

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

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

background-color css

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

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

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

border-color css

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

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

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