Html Css Color HEX #415505 Verdun Green

📋 copy color: '#415505'

red 65 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #415505

Tints of Verdun Green #415505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 41.94%
G = 54.84%
B = 3.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#415505 (or 0x415505) is known color: Verdun Green. HEX triplet: 41, 55 and 05. RGB value is (65,85,5). Sum of RGB (Red+Green+Blue) = 65+85+5=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #415505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415505 is #BEAAFA. Grayscale: #464646. Windows color (decimal): -12495611 or 349505. OLE color: 349505.

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

Color convert

RGB 65 85 5 -
CMYK 0.24 0 0.94 0.67
HSL 75º 0.89% 0.18% -
HSV(B) 75º 0.94% 0.33% -
XYZ 5.46 7.63 1.33 -
YUV 69.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 65 85 5 0.24 0 0.94 0.67 75 0.89 0.18
Hex 41 55 5 18 0 5E 43 4B 59 12
Octal 101 125 5 30 0 136 103 113 131 22
Binary 1000001 1010101 101 11000 0 1011110 1000011 1001011 1011001 10010

Color Harmonies of #415505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415505

Black with #415505

Text Example


Text Example

White with #415505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415505; }

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

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

background-color css

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

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

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

border-color css

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

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

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