Html Css Color HEX #417003 Verdun Green

📋 copy color: '#417003'

red 65 ◦ green 112 ◦ blue 3

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

Shades of Verdun Green #417003

Tints of Verdun Green #417003

RGB

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

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

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

R = 36.11%
G = 62.22%
B = 1.67%

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

#417003 (or 0x417003) is known color: Verdun Green. HEX triplet: 41, 70 and 03. RGB value is (65,112,3). Sum of RGB (Red+Green+Blue) = 65+112+3=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #417003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417003 is #BE8FFC. Grayscale: #555555. Windows color (decimal): -12488701 or 225345. OLE color: 225345.

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

Color convert

RGB 65 112 3 -
CMYK 0.42 0 0.97 0.56
HSL 85.87º 0.95% 0.23% -
HSV(B) 85.87º 0.97% 0.44% -
XYZ 7.99 12.72 2.12 -
YUV 85.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 65 112 3 0.42 0 0.97 0.56 85.87 0.95 0.23
Hex 41 70 3 2A 0 61 38 56 5F 17
Octal 101 160 3 52 0 141 70 126 137 27
Binary 1000001 1110000 11 101010 0 1100001 111000 1010110 1011111 10111

Color Harmonies of #417003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417003

Black with #417003

Text Example


Text Example

White with #417003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417003; }

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

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

background-color css

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

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

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

border-color css

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

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

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