Html Css Color HEX #415914 Verdun Green

📋 copy color: '#415914'

red 65 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #415914

Tints of Verdun Green #415914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.15%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 37.36%
G = 51.15%
B = 11.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#415914 (or 0x415914) is known color: Verdun Green. HEX triplet: 41, 59 and 14. RGB value is (65,89,20). Sum of RGB (Red+Green+Blue) = 65+89+20=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #415914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415914 is #BEA6EB. Grayscale: #4A4A4A. Windows color (decimal): -12494572 or 1333569. OLE color: 1333569.

HSL color Cylindrical-coordinate representation of color #415914: hue angle of 80.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #415914 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 20 -
CMYK 0.27 0 0.78 0.65
HSL 80.87º 0.63% 0.21% -
HSV(B) 80.87º 0.78% 0.35% -
XYZ 5.88 8.32 1.96 -
YUV 73.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 65 89 20 0.27 0 0.78 0.65 80.87 0.63 0.21
Hex 41 59 14 1B 0 4E 41 51 3F 15
Octal 101 131 24 33 0 116 101 121 77 25
Binary 1000001 1011001 10100 11011 0 1001110 1000001 1010001 111111 10101

Color Harmonies of #415914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415914

Black with #415914

Text Example


Text Example

White with #415914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415914; }

 p { color: rgb(65,89,20); }

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

background-color css

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

 a { background-color: rgb(65,89,20); }

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

border-color css

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

 span { border-color: rgb(65,89,20); }

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