Html Css Color HEX #417302 Verdun Green

📋 copy color: '#417302'

red 65 ◦ green 115 ◦ blue 2

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

Shades of Verdun Green #417302

Tints of Verdun Green #417302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 63.19%

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

R = 35.71%
G = 63.19%
B = 1.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#417302 (or 0x417302) is known color: Verdun Green. HEX triplet: 41, 73 and 02. RGB value is (65,115,2). Sum of RGB (Red+Green+Blue) = 65+115+2=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #417302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417302 is #BE8CFD. Grayscale: #575757. Windows color (decimal): -12487934 or 160577. OLE color: 160577.

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

Color convert

RGB 65 115 2 -
CMYK 0.43 0 0.98 0.55
HSL 86.55º 0.97% 0.23% -
HSV(B) 86.55º 0.98% 0.45% -
XYZ 8.32 13.39 2.2 -
YUV 87.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 65 115 2 0.43 0 0.98 0.55 86.55 0.97 0.23
Hex 41 73 2 2B 0 62 37 57 61 17
Octal 101 163 2 53 0 142 67 127 141 27
Binary 1000001 1110011 10 101011 0 1100010 110111 1010111 1100001 10111

Color Harmonies of #417302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417302

Black with #417302

Text Example


Text Example

White with #417302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417302; }

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

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

background-color css

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

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

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

border-color css

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

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

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