Html Css Color HEX #414D0F Verdun Green

📋 copy color: '#414D0F'

red 65 ◦ green 77 ◦ blue 15

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

Shades of Verdun Green #414D0F

Tints of Verdun Green #414D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.04%

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 41.4%
G = 49.04%
B = 9.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#414D0F (or 0x414D0F) is known color: Verdun Green. HEX triplet: 41, 4D and 0F. RGB value is (65,77,15). Sum of RGB (Red+Green+Blue) = 65+77+15=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #414D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D0F is #BEB2F0. Grayscale: #424242. Windows color (decimal): -12497649 or 1002817. OLE color: 1002817.

HSL color Cylindrical-coordinate representation of color #414D0F: hue angle of 71.61º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #414D0F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 77 15 -
CMYK 0.16 0 0.81 0.70
HSL 71.61º 0.67% 0.18% -
HSV(B) 71.61º 0.81% 0.3% -
XYZ 4.92 6.47 1.44 -
YUV 66.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 65 77 15 0.16 0 0.81 0.70 71.61 0.67 0.18
Hex 41 4D F 10 0 51 46 48 43 12
Octal 101 115 17 20 0 121 106 110 103 22
Binary 1000001 1001101 1111 10000 0 1010001 1000110 1001000 1000011 10010

Color Harmonies of #414D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D0F

Black with #414D0F

Text Example


Text Example

White with #414D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414D0F; }

 p { color: rgb(65,77,15); }

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

background-color css

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

 a { background-color: rgb(65,77,15); }

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

border-color css

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

 span { border-color: rgb(65,77,15); }

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