Html Css Color HEX #415901 Verdun Green

📋 copy color: '#415901'

red 65 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #415901

Tints of Verdun Green #415901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.42%

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

R = 41.94%
G = 57.42%
B = 0.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#415901 (or 0x415901) is known color: Verdun Green. HEX triplet: 41, 59 and 01. RGB value is (65,89,1). Sum of RGB (Red+Green+Blue) = 65+89+1=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #415901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415901 is #BEA6FE. Grayscale: #484848. Windows color (decimal): -12494591 or 88385. OLE color: 88385.

HSL color Cylindrical-coordinate representation of color #415901: hue angle of 76.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #415901 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 1 -
CMYK 0.27 0 0.99 0.65
HSL 76.36º 0.98% 0.18% -
HSV(B) 76.36º 0.99% 0.35% -
XYZ 5.76 8.27 1.32 -
YUV 71.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 65 89 1 0.27 0 0.99 0.65 76.36 0.98 0.18
Hex 41 59 1 1B 0 63 41 4C 62 12
Octal 101 131 1 33 0 143 101 114 142 22
Binary 1000001 1011001 1 11011 0 1100011 1000001 1001100 1100010 10010

Color Harmonies of #415901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415901

Black with #415901

Text Example


Text Example

White with #415901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415901; }

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

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

background-color css

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

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

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

border-color css

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

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

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