Html Css Color HEX #417008 Verdun Green

📋 copy color: '#417008'

red 65 ◦ green 112 ◦ blue 8

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

Shades of Verdun Green #417008

Tints of Verdun Green #417008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 35.14%
G = 60.54%
B = 4.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#417008 (or 0x417008) is known color: Verdun Green. HEX triplet: 41, 70 and 08. RGB value is (65,112,8). Sum of RGB (Red+Green+Blue) = 65+112+8=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #417008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417008 is #BE8FF7. Grayscale: #565656. Windows color (decimal): -12488696 or 553025. OLE color: 553025.

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

Color convert

RGB 65 112 8 -
CMYK 0.42 0 0.93 0.56
HSL 87.12º 0.87% 0.24% -
HSV(B) 87.12º 0.93% 0.44% -
XYZ 8.02 12.73 2.26 -
YUV 86.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 65 112 8 0.42 0 0.93 0.56 87.12 0.87 0.24
Hex 41 70 8 2A 0 5D 38 57 57 18
Octal 101 160 10 52 0 135 70 127 127 30
Binary 1000001 1110000 1000 101010 0 1011101 111000 1010111 1010111 11000

Color Harmonies of #417008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417008

Black with #417008

Text Example


Text Example

White with #417008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417008; }

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

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

background-color css

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

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

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

border-color css

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

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

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