Html Css Color HEX #417000 Verdun Green

📋 copy color: '#417000'

red 65 ◦ green 112 ◦ blue 0

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

Shades of Verdun Green #417000

Tints of Verdun Green #417000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 63.28%

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

R = 36.72%
G = 63.28%
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

#417000 (or 0x417000) is known color: Verdun Green. HEX triplet: 41, 70 and 00. RGB value is (65,112,0). Sum of RGB (Red+Green+Blue) = 65+112+0=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #417000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417000 is #BE8FFF. Grayscale: #555555. Windows color (decimal): -12488704 or 28737. OLE color: 28737.

HSL color Cylindrical-coordinate representation of color #417000: hue angle of 85.18º 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 #417000 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 0 -
CMYK 0.42 0 1 0.56
HSL 85.18º 1% 0.22% -
HSV(B) 85.18º 1% 0.44% -
XYZ 7.97 12.71 2.03 -
YUV 85.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 65 112 0 0.42 0 1 0.56 85.18 1 0.22
Hex 41 70 0 2A 0 64 38 55 64 16
Octal 101 160 0 52 0 144 70 125 144 26
Binary 1000001 1110000 0 101010 0 1100100 111000 1010101 1100100 10110

Color Harmonies of #417000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417000

Black with #417000

Text Example


Text Example

White with #417000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417000; }

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

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

background-color css

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

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

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

border-color css

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

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

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