Html Css Color HEX #415410 Verdun Green

📋 copy color: '#415410'

red 65 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #415410

Tints of Verdun Green #415410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 39.39%
G = 50.91%
B = 9.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#415410 (or 0x415410) is known color: Verdun Green. HEX triplet: 41, 54 and 10. RGB value is (65,84,16). Sum of RGB (Red+Green+Blue) = 65+84+16=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #415410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415410 is #BEABEF. Grayscale: #464646. Windows color (decimal): -12495856 or 1070145. OLE color: 1070145.

HSL color Cylindrical-coordinate representation of color #415410: hue angle of 76.76º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #415410 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 16 -
CMYK 0.23 0 0.81 0.67
HSL 76.76º 0.68% 0.2% -
HSV(B) 76.76º 0.81% 0.33% -
XYZ 5.44 7.5 1.65 -
YUV 70.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 65 84 16 0.23 0 0.81 0.67 76.76 0.68 0.2
Hex 41 54 10 17 0 51 43 4D 44 14
Octal 101 124 20 27 0 121 103 115 104 24
Binary 1000001 1010100 10000 10111 0 1010001 1000011 1001101 1000100 10100

Color Harmonies of #415410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415410

Black with #415410

Text Example


Text Example

White with #415410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415410; }

 p { color: rgb(65,84,16); }

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

background-color css

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

 a { background-color: rgb(65,84,16); }

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

border-color css

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

 span { border-color: rgb(65,84,16); }

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