Html Css Color HEX #415212 Verdun Green

📋 copy color: '#415212'

red 65 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #415212

Tints of Verdun Green #415212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 39.39%
G = 49.7%
B = 10.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#415212 (or 0x415212) is known color: Verdun Green. HEX triplet: 41, 52 and 12. RGB value is (65,82,18). Sum of RGB (Red+Green+Blue) = 65+82+18=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #415212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415212 is #BEADED. Grayscale: #454545. Windows color (decimal): -12496366 or 1200705. OLE color: 1200705.

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

Color convert

RGB 65 82 18 -
CMYK 0.21 0 0.78 0.68
HSL 75.94º 0.64% 0.2% -
HSV(B) 75.94º 0.78% 0.32% -
XYZ 5.31 7.2 1.68 -
YUV 69.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 65 82 18 0.21 0 0.78 0.68 75.94 0.64 0.2
Hex 41 52 12 15 0 4E 44 4C 40 14
Octal 101 122 22 25 0 116 104 114 100 24
Binary 1000001 1010010 10010 10101 0 1001110 1000100 1001100 1000000 10100

Color Harmonies of #415212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415212

Black with #415212

Text Example


Text Example

White with #415212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415212; }

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

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

background-color css

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

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

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

border-color css

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

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

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