Html Css Color HEX #415010 Verdun Green

📋 copy color: '#415010'

red 65 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #415010

Tints of Verdun Green #415010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 40.37%
G = 49.69%
B = 9.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#415010 (or 0x415010) is known color: Verdun Green. HEX triplet: 41, 50 and 10. RGB value is (65,80,16). Sum of RGB (Red+Green+Blue) = 65+80+16=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #415010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415010 is #BEAFEF. Grayscale: #444444. Windows color (decimal): -12496880 or 1069121. OLE color: 1069121.

HSL color Cylindrical-coordinate representation of color #415010: hue angle of 74.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #415010 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 16 -
CMYK 0.19 0 0.80 0.69
HSL 74.06º 0.67% 0.19% -
HSV(B) 74.06º 0.8% 0.31% -
XYZ 5.14 6.9 1.55 -
YUV 68.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 65 80 16 0.19 0 0.80 0.69 74.06 0.67 0.19
Hex 41 50 10 13 0 50 45 4A 43 13
Octal 101 120 20 23 0 120 105 112 103 23
Binary 1000001 1010000 10000 10011 0 1010000 1000101 1001010 1000011 10011

Color Harmonies of #415010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415010

Black with #415010

Text Example


Text Example

White with #415010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415010; }

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

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

background-color css

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

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

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

border-color css

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

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

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