Html Css Color HEX #414617 Verdun Green

📋 copy color: '#414617'

red 65 ◦ green 70 ◦ blue 23

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

Shades of Verdun Green #414617

Tints of Verdun Green #414617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

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

R = 41.14%
G = 44.3%
B = 14.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#414617 (or 0x414617) is known color: Verdun Green. HEX triplet: 41, 46 and 17. RGB value is (65,70,23). Sum of RGB (Red+Green+Blue) = 65+70+23=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #414617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414617 is #BEB9E8. Grayscale: #3F3F3F. Windows color (decimal): -12499433 or 1525313. OLE color: 1525313.

HSL color Cylindrical-coordinate representation of color #414617: hue angle of 66.38º degrees, saturation: 0.51, 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 #414617 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 23 -
CMYK 0.07 0 0.67 0.73
HSL 66.38º 0.51% 0.18% -
HSV(B) 66.38º 0.67% 0.27% -
XYZ 4.52 5.57 1.65 -
YUV 63.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 65 70 23 0.07 0 0.67 0.73 66.38 0.51 0.18
Hex 41 46 17 7 0 43 49 42 33 12
Octal 101 106 27 7 0 103 111 102 63 22
Binary 1000001 1000110 10111 111 0 1000011 1001001 1000010 110011 10010

Color Harmonies of #414617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414617

Black with #414617

Text Example


Text Example

White with #414617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414617; }

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

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

background-color css

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

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

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

border-color css

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

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

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