Html Css Color HEX #415016 Verdun Green

📋 copy color: '#415016'

red 65 ◦ green 80 ◦ blue 22

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

Shades of Verdun Green #415016

Tints of Verdun Green #415016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 38.92%
G = 47.9%
B = 13.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#415016 (or 0x415016) is known color: Verdun Green. HEX triplet: 41, 50 and 16. RGB value is (65,80,22). Sum of RGB (Red+Green+Blue) = 65+80+22=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #415016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415016 is #BEAFE9. Grayscale: #454545. Windows color (decimal): -12496874 or 1462337. OLE color: 1462337.

HSL color Cylindrical-coordinate representation of color #415016: hue angle of 75.52º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415016 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 22 -
CMYK 0.19 0 0.72 0.69
HSL 75.52º 0.57% 0.2% -
HSV(B) 75.52º 0.73% 0.31% -
XYZ 5.19 6.92 1.82 -
YUV 68.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 65 80 22 0.19 0 0.72 0.69 75.52 0.57 0.2
Hex 41 50 16 13 0 48 45 4C 39 14
Octal 101 120 26 23 0 110 105 114 71 24
Binary 1000001 1010000 10110 10011 0 1001000 1000101 1001100 111001 10100

Color Harmonies of #415016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415016

Black with #415016

Text Example


Text Example

White with #415016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415016; }

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

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

background-color css

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

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

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

border-color css

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

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

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