Html Css Color HEX #414517 Verdun Green

📋 copy color: '#414517'

red 65 ◦ green 69 ◦ blue 23

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

Shades of Verdun Green #414517

Tints of Verdun Green #414517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.95%

 BLUE value IS 23 (9.38% from 255) = 14.65%

R = 41.4%
G = 43.95%
B = 14.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#414517 (or 0x414517) is known color: Verdun Green. HEX triplet: 41, 45 and 17. RGB value is (65,69,23). Sum of RGB (Red+Green+Blue) = 65+69+23=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #414517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414517 is #BEBAE8. Grayscale: #3E3E3E. Windows color (decimal): -12499689 or 1525057. OLE color: 1525057.

HSL color Cylindrical-coordinate representation of color #414517: hue angle of 65.22º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #414517 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 23 -
CMYK 0.06 0 0.67 0.73
HSL 65.22º 0.5% 0.18% -
HSV(B) 65.22º 0.67% 0.27% -
XYZ 4.46 5.44 1.63 -
YUV 62.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 65 69 23 0.06 0 0.67 0.73 65.22 0.5 0.18
Hex 41 45 17 6 0 43 49 41 32 12
Octal 101 105 27 6 0 103 111 101 62 22
Binary 1000001 1000101 10111 110 0 1000011 1001001 1000001 110010 10010

Color Harmonies of #414517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414517

Black with #414517

Text Example


Text Example

White with #414517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414517; }

 p { color: rgb(65,69,23); }

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

background-color css

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

 a { background-color: rgb(65,69,23); }

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

border-color css

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

 span { border-color: rgb(65,69,23); }

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