Html Css Color HEX #415511 Verdun Green

📋 copy color: '#415511'

red 65 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #415511

Tints of Verdun Green #415511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 38.92%
G = 50.9%
B = 10.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#415511 (or 0x415511) is known color: Verdun Green. HEX triplet: 41, 55 and 11. RGB value is (65,85,17). Sum of RGB (Red+Green+Blue) = 65+85+17=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #415511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415511 is #BEAAEE. Grayscale: #474747. Windows color (decimal): -12495599 or 1135937. OLE color: 1135937.

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

Color convert

RGB 65 85 17 -
CMYK 0.24 0 0.80 0.67
HSL 77.65º 0.67% 0.2% -
HSV(B) 77.65º 0.8% 0.33% -
XYZ 5.53 7.66 1.72 -
YUV 71.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 65 85 17 0.24 0 0.80 0.67 77.65 0.67 0.2
Hex 41 55 11 18 0 50 43 4E 43 14
Octal 101 125 21 30 0 120 103 116 103 24
Binary 1000001 1010101 10001 11000 0 1010000 1000011 1001110 1000011 10100

Color Harmonies of #415511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415511

Black with #415511

Text Example


Text Example

White with #415511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415511; }

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

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

background-color css

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

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

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

border-color css

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

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

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