Html Css Color HEX #415500 Verdun Green

📋 copy color: '#415500'

red 65 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #415500

Tints of Verdun Green #415500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.67%

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

R = 43.33%
G = 56.67%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#415500 (or 0x415500) is known color: Verdun Green. HEX triplet: 41, 55 and 00. RGB value is (65,85,0). Sum of RGB (Red+Green+Blue) = 65+85+0=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #415500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415500 is #BEAAFF. Grayscale: #454545. Windows color (decimal): -12495616 or 21825. OLE color: 21825.

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

Color convert

RGB 65 85 0 -
CMYK 0.24 0 1 0.67
HSL 74.12º 1% 0.17% -
HSV(B) 74.12º 1% 0.33% -
XYZ 5.43 7.62 1.18 -
YUV 69.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 65 85 0 0.24 0 1 0.67 74.12 1 0.17
Hex 41 55 0 18 0 64 43 4A 64 11
Octal 101 125 0 30 0 144 103 112 144 21
Binary 1000001 1010101 0 11000 0 1100100 1000011 1001010 1100100 10001

Color Harmonies of #415500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415500

Black with #415500

Text Example


Text Example

White with #415500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415500; }

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

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

background-color css

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

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

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

border-color css

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

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

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