Html Css Color HEX #417100 Verdun Green

📋 copy color: '#417100'

red 65 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #417100

Tints of Verdun Green #417100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.52%
G = 63.48%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#417100 (or 0x417100) is known color: Verdun Green. HEX triplet: 41, 71 and 00. RGB value is (65,113,0). Sum of RGB (Red+Green+Blue) = 65+113+0=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #417100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417100 is #BE8EFF. Grayscale: #565656. Windows color (decimal): -12488448 or 28993. OLE color: 28993.

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

Color convert

RGB 65 113 0 -
CMYK 0.42 0 1 0.56
HSL 85.49º 1% 0.22% -
HSV(B) 85.49º 1% 0.44% -
XYZ 8.09 12.93 2.07 -
YUV 85.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 65 113 0 0.42 0 1 0.56 85.49 1 0.22
Hex 41 71 0 2A 0 64 38 55 64 16
Octal 101 161 0 52 0 144 70 125 144 26
Binary 1000001 1110001 0 101010 0 1100100 111000 1010101 1100100 10110

Color Harmonies of #417100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417100

Black with #417100

Text Example


Text Example

White with #417100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417100; }

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

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

background-color css

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

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

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

border-color css

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

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

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