Html Css Color HEX #414413 Verdun Green

📋 copy color: '#414413'

red 65 ◦ green 68 ◦ blue 19

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

Shades of Verdun Green #414413

Tints of Verdun Green #414413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 42.76%
G = 44.74%
B = 12.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#414413 (or 0x414413) is known color: Verdun Green. HEX triplet: 41, 44 and 13. RGB value is (65,68,19). Sum of RGB (Red+Green+Blue) = 65+68+19=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #414413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414413 is #BEBBEC. Grayscale: #3D3D3D. Windows color (decimal): -12499949 or 1262657. OLE color: 1262657.

HSL color Cylindrical-coordinate representation of color #414413: hue angle of 63.67º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414413 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 19 -
CMYK 0.04 0 0.72 0.73
HSL 63.67º 0.56% 0.17% -
HSV(B) 63.67º 0.72% 0.27% -
XYZ 4.36 5.31 1.41 -
YUV 61.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 65 68 19 0.04 0 0.72 0.73 63.67 0.56 0.17
Hex 41 44 13 4 0 48 49 40 38 11
Octal 101 104 23 4 0 110 111 100 70 21
Binary 1000001 1000100 10011 100 0 1001000 1001001 1000000 111000 10001

Color Harmonies of #414413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414413

Black with #414413

Text Example


Text Example

White with #414413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414413; }

 p { color: rgb(65,68,19); }

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

background-color css

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

 a { background-color: rgb(65,68,19); }

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

border-color css

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

 span { border-color: rgb(65,68,19); }

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