Html Css Color HEX #414313 Verdun Green

📋 copy color: '#414313'

red 65 ◦ green 67 ◦ blue 19

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

Shades of Verdun Green #414313

Tints of Verdun Green #414313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.37%

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

R = 43.05%
G = 44.37%
B = 12.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#414313 (or 0x414313) is known color: Verdun Green. HEX triplet: 41, 43 and 13. RGB value is (65,67,19). Sum of RGB (Red+Green+Blue) = 65+67+19=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #414313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414313 is #BEBCEC. Grayscale: #3D3D3D. Windows color (decimal): -12500205 or 1262401. OLE color: 1262401.

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

Color convert

RGB 65 67 19 -
CMYK 0.03 0 0.72 0.74
HSL 62.5º 0.56% 0.17% -
HSV(B) 62.5º 0.72% 0.26% -
XYZ 4.3 5.19 1.39 -
YUV 60.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 65 67 19 0.03 0 0.72 0.74 62.5 0.56 0.17
Hex 41 43 13 3 0 48 4A 3F 38 11
Octal 101 103 23 3 0 110 112 77 70 21
Binary 1000001 1000011 10011 11 0 1001000 1001010 111111 111000 10001

Color Harmonies of #414313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414313

Black with #414313

Text Example


Text Example

White with #414313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414313; }

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

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

background-color css

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

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

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

border-color css

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

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

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