Html Css Color HEX #415508 Verdun Green

📋 copy color: '#415508'

red 65 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #415508

Tints of Verdun Green #415508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 41.14%
G = 53.8%
B = 5.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#415508 (or 0x415508) is known color: Verdun Green. HEX triplet: 41, 55 and 08. RGB value is (65,85,8). Sum of RGB (Red+Green+Blue) = 65+85+8=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #415508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415508 is #BEAAF7. Grayscale: #464646. Windows color (decimal): -12495608 or 546113. OLE color: 546113.

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

Color convert

RGB 65 85 8 -
CMYK 0.24 0 0.91 0.67
HSL 75.58º 0.83% 0.18% -
HSV(B) 75.58º 0.91% 0.33% -
XYZ 5.47 7.64 1.42 -
YUV 70.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 65 85 8 0.24 0 0.91 0.67 75.58 0.83 0.18
Hex 41 55 8 18 0 5B 43 4C 53 12
Octal 101 125 10 30 0 133 103 114 123 22
Binary 1000001 1010101 1000 11000 0 1011011 1000011 1001100 1010011 10010

Color Harmonies of #415508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415508

Black with #415508

Text Example


Text Example

White with #415508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415508; }

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

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

background-color css

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

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

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

border-color css

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

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

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