Html Css Color HEX #414A1D Verdun Green

📋 copy color: '#414A1D'

red 65 ◦ green 74 ◦ blue 29

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

Shades of Verdun Green #414A1D

Tints of Verdun Green #414A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

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

R = 38.69%
G = 44.05%
B = 17.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#414A1D (or 0x414A1D) is known color: Verdun Green. HEX triplet: 41, 4A and 1D. RGB value is (65,74,29). Sum of RGB (Red+Green+Blue) = 65+74+29=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #414A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A1D is #BEB5E2. Grayscale: #424242. Windows color (decimal): -12498403 or 1919553. OLE color: 1919553.

HSL color Cylindrical-coordinate representation of color #414A1D: hue angle of 72º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414A1D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 29 -
CMYK 0.12 0 0.61 0.71
HSL 72º 0.44% 0.2% -
HSV(B) 72º 0.61% 0.29% -
XYZ 4.85 6.11 2.09 -
YUV 66.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 65 74 29 0.12 0 0.61 0.71 72 0.44 0.2
Hex 41 4A 1D C 0 3D 47 48 2C 14
Octal 101 112 35 14 0 75 107 110 54 24
Binary 1000001 1001010 11101 1100 0 111101 1000111 1001000 101100 10100

Color Harmonies of #414A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A1D

Black with #414A1D

Text Example


Text Example

White with #414A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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