Html Css Color HEX #417301 Verdun Green

📋 copy color: '#417301'

red 65 ◦ green 115 ◦ blue 1

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

Shades of Verdun Green #417301

Tints of Verdun Green #417301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 63.54%

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

R = 35.91%
G = 63.54%
B = 0.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#417301 (or 0x417301) is known color: Verdun Green. HEX triplet: 41, 73 and 01. RGB value is (65,115,1). Sum of RGB (Red+Green+Blue) = 65+115+1=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #417301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417301 is #BE8CFE. Grayscale: #575757. Windows color (decimal): -12487935 or 95041. OLE color: 95041.

HSL color Cylindrical-coordinate representation of color #417301: hue angle of 86.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #417301 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 1 -
CMYK 0.43 0 0.99 0.55
HSL 86.32º 0.98% 0.23% -
HSV(B) 86.32º 0.99% 0.45% -
XYZ 8.32 13.39 2.17 -
YUV 87.05 79.44 112.27 -
System Red Green Blue C M Y K H S L
Decimal 65 115 1 0.43 0 0.99 0.55 86.32 0.98 0.23
Hex 41 73 1 2B 0 63 37 56 62 17
Octal 101 163 1 53 0 143 67 126 142 27
Binary 1000001 1110011 1 101011 0 1100011 110111 1010110 1100010 10111

Color Harmonies of #417301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417301

Black with #417301

Text Example


Text Example

White with #417301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417301; }

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

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

background-color css

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

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

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

border-color css

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

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

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