Html Css Color HEX #414E1D Verdun Green

📋 copy color: '#414E1D'

red 65 ◦ green 78 ◦ blue 29

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

Shades of Verdun Green #414E1D

Tints of Verdun Green #414E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.35%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 37.79%
G = 45.35%
B = 16.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#414E1D (or 0x414E1D) is known color: Verdun Green. HEX triplet: 41, 4E and 1D. RGB value is (65,78,29). Sum of RGB (Red+Green+Blue) = 65+78+29=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #414E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E1D is #BEB1E2. Grayscale: #444444. Windows color (decimal): -12497379 or 1920577. OLE color: 1920577.

HSL color Cylindrical-coordinate representation of color #414E1D: hue angle of 75.92º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #414E1D is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 29 -
CMYK 0.17 0 0.63 0.69
HSL 75.92º 0.46% 0.21% -
HSV(B) 75.92º 0.63% 0.31% -
XYZ 5.13 6.66 2.18 -
YUV 68.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 65 78 29 0.17 0 0.63 0.69 75.92 0.46 0.21
Hex 41 4E 1D 11 0 3F 45 4C 2E 15
Octal 101 116 35 21 0 77 105 114 56 25
Binary 1000001 1001110 11101 10001 0 111111 1000101 1001100 101110 10101

Color Harmonies of #414E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E1D

Black with #414E1D

Text Example


Text Example

White with #414E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,29); }

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

background-color css

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

 a { background-color: rgb(65,78,29); }

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

border-color css

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

 span { border-color: rgb(65,78,29); }

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