Html Css Color HEX #415000 Verdun Green

📋 copy color: '#415000'

red 65 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #415000

Tints of Verdun Green #415000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.83%
G = 55.17%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#415000 (or 0x415000) is known color: Verdun Green. HEX triplet: 41, 50 and 00. RGB value is (65,80,0). Sum of RGB (Red+Green+Blue) = 65+80+0=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #415000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415000 is #BEAFFF. Grayscale: #424242. Windows color (decimal): -12496896 or 20545. OLE color: 20545.

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

Color convert

RGB 65 80 0 -
CMYK 0.19 0 1 0.69
HSL 71.25º 1% 0.16% -
HSV(B) 71.25º 1% 0.31% -
XYZ 5.05 6.86 1.06 -
YUV 66.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 65 80 0 0.19 0 1 0.69 71.25 1 0.16
Hex 41 50 0 13 0 64 45 47 64 10
Octal 101 120 0 23 0 144 105 107 144 20
Binary 1000001 1010000 0 10011 0 1100100 1000101 1000111 1100100 10000

Color Harmonies of #415000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415000

Black with #415000

Text Example


Text Example

White with #415000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415000; }

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

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

background-color css

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

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

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

border-color css

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

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

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