Html Css Color HEX #415311 Verdun Green

📋 copy color: '#415311'

red 65 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #415311

Tints of Verdun Green #415311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 39.39%
G = 50.3%
B = 10.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#415311 (or 0x415311) is known color: Verdun Green. HEX triplet: 41, 53 and 11. RGB value is (65,83,17). Sum of RGB (Red+Green+Blue) = 65+83+17=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #415311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415311 is #BEACEE. Grayscale: #464646. Windows color (decimal): -12496111 or 1135425. OLE color: 1135425.

HSL color Cylindrical-coordinate representation of color #415311: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #415311 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 17 -
CMYK 0.22 0 0.80 0.67
HSL 76.36º 0.66% 0.2% -
HSV(B) 76.36º 0.8% 0.33% -
XYZ 5.37 7.35 1.67 -
YUV 70.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 65 83 17 0.22 0 0.80 0.67 76.36 0.66 0.2
Hex 41 53 11 16 0 50 43 4C 42 14
Octal 101 123 21 26 0 120 103 114 102 24
Binary 1000001 1010011 10001 10110 0 1010000 1000011 1001100 1000010 10100

Color Harmonies of #415311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415311

Black with #415311

Text Example


Text Example

White with #415311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415311; }

 p { color: rgb(65,83,17); }

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

background-color css

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

 a { background-color: rgb(65,83,17); }

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

border-color css

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

 span { border-color: rgb(65,83,17); }

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