Html Css Color HEX #417002 Verdun Green

📋 copy color: '#417002'

red 65 ◦ green 112 ◦ blue 2

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

Shades of Verdun Green #417002

Tints of Verdun Green #417002

RGB

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

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

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

R = 36.31%
G = 62.57%
B = 1.12%

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

#417002 (or 0x417002) is known color: Verdun Green. HEX triplet: 41, 70 and 02. RGB value is (65,112,2). Sum of RGB (Red+Green+Blue) = 65+112+2=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #417002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417002 is #BE8FFD. Grayscale: #555555. Windows color (decimal): -12488702 or 159809. OLE color: 159809.

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

Color convert

RGB 65 112 2 -
CMYK 0.42 0 0.98 0.56
HSL 85.64º 0.96% 0.22% -
HSV(B) 85.64º 0.98% 0.44% -
XYZ 7.99 12.72 2.09 -
YUV 85.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 65 112 2 0.42 0 0.98 0.56 85.64 0.96 0.22
Hex 41 70 2 2A 0 62 38 56 60 16
Octal 101 160 2 52 0 142 70 126 140 26
Binary 1000001 1110000 10 101010 0 1100010 111000 1010110 1100000 10110

Color Harmonies of #417002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417002

Black with #417002

Text Example


Text Example

White with #417002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417002; }

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

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

background-color css

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

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

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

border-color css

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

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

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