Html Css Color HEX #415101 Verdun Green

📋 copy color: '#415101'

red 65 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #415101

Tints of Verdun Green #415101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 55.1%

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

R = 44.22%
G = 55.1%
B = 0.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#415101 (or 0x415101) is known color: Verdun Green. HEX triplet: 41, 51 and 01. RGB value is (65,81,1). Sum of RGB (Red+Green+Blue) = 65+81+1=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #415101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415101 is #BEAEFE. Grayscale: #434343. Windows color (decimal): -12496639 or 86337. OLE color: 86337.

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

Color convert

RGB 65 81 1 -
CMYK 0.20 0 0.99 0.68
HSL 72º 0.98% 0.16% -
HSV(B) 72º 0.99% 0.32% -
XYZ 5.13 7.01 1.11 -
YUV 67.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 65 81 1 0.20 0 0.99 0.68 72 0.98 0.16
Hex 41 51 1 14 0 63 44 48 62 10
Octal 101 121 1 24 0 143 104 110 142 20
Binary 1000001 1010001 1 10100 0 1100011 1000100 1001000 1100010 10000

Color Harmonies of #415101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415101

Black with #415101

Text Example


Text Example

White with #415101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415101; }

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

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

background-color css

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

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

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

border-color css

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

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

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