Html Css Color HEX #415001 Verdun Green

📋 copy color: '#415001'

red 65 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #415001

Tints of Verdun Green #415001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 44.52%
G = 54.79%
B = 0.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#415001 (or 0x415001) is known color: Verdun Green. HEX triplet: 41, 50 and 01. RGB value is (65,80,1). Sum of RGB (Red+Green+Blue) = 65+80+1=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #415001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415001 is #BEAFFE. Grayscale: #424242. Windows color (decimal): -12496895 or 86081. OLE color: 86081.

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

Color convert

RGB 65 80 1 -
CMYK 0.19 0 0.99 0.69
HSL 71.39º 0.98% 0.16% -
HSV(B) 71.39º 0.99% 0.31% -
XYZ 5.05 6.86 1.09 -
YUV 66.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 65 80 1 0.19 0 0.99 0.69 71.39 0.98 0.16
Hex 41 50 1 13 0 63 45 47 62 10
Octal 101 120 1 23 0 143 105 107 142 20
Binary 1000001 1010000 1 10011 0 1100011 1000101 1000111 1100010 10000

Color Harmonies of #415001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415001

Black with #415001

Text Example


Text Example

White with #415001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415001; }

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

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

background-color css

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

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

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

border-color css

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

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

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