Html Css Color HEX #415211 Verdun Green

📋 copy color: '#415211'

red 65 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #415211

Tints of Verdun Green #415211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

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

R = 39.63%
G = 50%
B = 10.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#415211 (or 0x415211) is known color: Verdun Green. HEX triplet: 41, 52 and 11. RGB value is (65,82,17). Sum of RGB (Red+Green+Blue) = 65+82+17=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #415211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415211 is #BEADEE. Grayscale: #454545. Windows color (decimal): -12496367 or 1135169. OLE color: 1135169.

HSL color Cylindrical-coordinate representation of color #415211: hue angle of 75.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #415211 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 17 -
CMYK 0.21 0 0.79 0.68
HSL 75.69º 0.66% 0.19% -
HSV(B) 75.69º 0.79% 0.32% -
XYZ 5.3 7.2 1.64 -
YUV 69.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 65 82 17 0.21 0 0.79 0.68 75.69 0.66 0.19
Hex 41 52 11 15 0 4F 44 4C 42 13
Octal 101 122 21 25 0 117 104 114 102 23
Binary 1000001 1010010 10001 10101 0 1001111 1000100 1001100 1000010 10011

Color Harmonies of #415211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415211

Black with #415211

Text Example


Text Example

White with #415211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415211; }

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

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

background-color css

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

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

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

border-color css

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

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

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