Html Css Color HEX #415713 Verdun Green

📋 copy color: '#415713'

red 65 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #415713

Tints of Verdun Green #415713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.88%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 38.01%
G = 50.88%
B = 11.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#415713 (or 0x415713) is known color: Verdun Green. HEX triplet: 41, 57 and 13. RGB value is (65,87,19). Sum of RGB (Red+Green+Blue) = 65+87+19=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #415713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415713 is #BEA8EC. Grayscale: #484848. Windows color (decimal): -12495085 or 1267521. OLE color: 1267521.

HSL color Cylindrical-coordinate representation of color #415713: hue angle of 79.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #415713 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 19 -
CMYK 0.25 0 0.78 0.66
HSL 79.41º 0.64% 0.21% -
HSV(B) 79.41º 0.78% 0.34% -
XYZ 5.71 7.99 1.86 -
YUV 72.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 65 87 19 0.25 0 0.78 0.66 79.41 0.64 0.21
Hex 41 57 13 19 0 4E 42 4F 40 15
Octal 101 127 23 31 0 116 102 117 100 25
Binary 1000001 1010111 10011 11001 0 1001110 1000010 1001111 1000000 10101

Color Harmonies of #415713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415713

Black with #415713

Text Example


Text Example

White with #415713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415713; }

 p { color: rgb(65,87,19); }

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

background-color css

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

 a { background-color: rgb(65,87,19); }

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

border-color css

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

 span { border-color: rgb(65,87,19); }

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