Html Css Color HEX #414D1C Verdun Green

📋 copy color: '#414D1C'

red 65 ◦ green 77 ◦ blue 28

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

Shades of Verdun Green #414D1C

Tints of Verdun Green #414D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 38.24%
G = 45.29%
B = 16.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#414D1C (or 0x414D1C) is known color: Verdun Green. HEX triplet: 41, 4D and 1C. RGB value is (65,77,28). Sum of RGB (Red+Green+Blue) = 65+77+28=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #414D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D1C is #BEB2E3. Grayscale: #444444. Windows color (decimal): -12497636 or 1854785. OLE color: 1854785.

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

Color convert

RGB 65 77 28 -
CMYK 0.16 0 0.64 0.70
HSL 74.69º 0.47% 0.21% -
HSV(B) 74.69º 0.64% 0.3% -
XYZ 5.04 6.52 2.09 -
YUV 67.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 65 77 28 0.16 0 0.64 0.70 74.69 0.47 0.21
Hex 41 4D 1C 10 0 40 46 4B 2F 15
Octal 101 115 34 20 0 100 106 113 57 25
Binary 1000001 1001101 11100 10000 0 1000000 1000110 1001011 101111 10101

Color Harmonies of #414D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414D1C

Black with #414D1C

Text Example


Text Example

White with #414D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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