Html Css Color HEX #417102 Verdun Green

📋 copy color: '#417102'

red 65 ◦ green 113 ◦ blue 2

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

Shades of Verdun Green #417102

Tints of Verdun Green #417102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.11%

R = 36.11%
G = 62.78%
B = 1.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#417102 (or 0x417102) is known color: Verdun Green. HEX triplet: 41, 71 and 02. RGB value is (65,113,2). Sum of RGB (Red+Green+Blue) = 65+113+2=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #417102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417102 is #BE8EFD. Grayscale: #565656. Windows color (decimal): -12488446 or 160065. OLE color: 160065.

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

Color convert

RGB 65 113 2 -
CMYK 0.42 0 0.98 0.56
HSL 85.95º 0.97% 0.23% -
HSV(B) 85.95º 0.98% 0.44% -
XYZ 8.1 12.94 2.13 -
YUV 85.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 65 113 2 0.42 0 0.98 0.56 85.95 0.97 0.23
Hex 41 71 2 2A 0 62 38 56 61 17
Octal 101 161 2 52 0 142 70 126 141 27
Binary 1000001 1110001 10 101010 0 1100010 111000 1010110 1100001 10111

Color Harmonies of #417102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417102

Black with #417102

Text Example


Text Example

White with #417102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417102; }

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

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

background-color css

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

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

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

border-color css

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

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

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