Html Css Color HEX #415401 Verdun Green

📋 copy color: '#415401'

red 65 ◦ green 84 ◦ blue 1

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

Shades of Verdun Green #415401

Tints of Verdun Green #415401

RGB

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

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

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

R = 43.33%
G = 56%
B = 0.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#415401 (or 0x415401) is known color: Verdun Green. HEX triplet: 41, 54 and 01. RGB value is (65,84,1). Sum of RGB (Red+Green+Blue) = 65+84+1=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #415401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415401 is #BEABFE. Grayscale: #454545. Windows color (decimal): -12495871 or 87105. OLE color: 87105.

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

Color convert

RGB 65 84 1 -
CMYK 0.23 0 0.99 0.67
HSL 73.73º 0.98% 0.17% -
HSV(B) 73.73º 0.99% 0.33% -
XYZ 5.36 7.47 1.19 -
YUV 68.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 65 84 1 0.23 0 0.99 0.67 73.73 0.98 0.17
Hex 41 54 1 17 0 63 43 4A 62 11
Octal 101 124 1 27 0 143 103 112 142 21
Binary 1000001 1010100 1 10111 0 1100011 1000011 1001010 1100010 10001

Color Harmonies of #415401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415401

Black with #415401

Text Example


Text Example

White with #415401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415401; }

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

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

background-color css

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

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

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

border-color css

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

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

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