Html Css Color HEX #415517 Verdun Green

📋 copy color: '#415517'

red 65 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #415517

Tints of Verdun Green #415517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 37.57%
G = 49.13%
B = 13.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#415517 (or 0x415517) is known color: Verdun Green. HEX triplet: 41, 55 and 17. RGB value is (65,85,23). Sum of RGB (Red+Green+Blue) = 65+85+23=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #415517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415517 is #BEAAE8. Grayscale: #484848. Windows color (decimal): -12495593 or 1529153. OLE color: 1529153.

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

Color convert

RGB 65 85 23 -
CMYK 0.24 0 0.73 0.67
HSL 79.35º 0.57% 0.21% -
HSV(B) 79.35º 0.73% 0.33% -
XYZ 5.58 7.68 2 -
YUV 71.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 65 85 23 0.24 0 0.73 0.67 79.35 0.57 0.21
Hex 41 55 17 18 0 49 43 4F 39 15
Octal 101 125 27 30 0 111 103 117 71 25
Binary 1000001 1010101 10111 11000 0 1001001 1000011 1001111 111001 10101

Color Harmonies of #415517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415517

Black with #415517

Text Example


Text Example

White with #415517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415517; }

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

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

background-color css

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

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

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

border-color css

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

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

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