Html Css Color HEX #414613 Verdun Green

📋 copy color: '#414613'

red 65 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #414613

Tints of Verdun Green #414613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 42.21%
G = 45.45%
B = 12.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#414613 (or 0x414613) is known color: Verdun Green. HEX triplet: 41, 46 and 13. RGB value is (65,70,19). Sum of RGB (Red+Green+Blue) = 65+70+19=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #414613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414613 is #BEB9EC. Grayscale: #3E3E3E. Windows color (decimal): -12499437 or 1263169. OLE color: 1263169.

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

Color convert

RGB 65 70 19 -
CMYK 0.07 0 0.73 0.73
HSL 65.88º 0.57% 0.17% -
HSV(B) 65.88º 0.73% 0.27% -
XYZ 4.49 5.55 1.45 -
YUV 62.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 65 70 19 0.07 0 0.73 0.73 65.88 0.57 0.17
Hex 41 46 13 7 0 49 49 42 39 11
Octal 101 106 23 7 0 111 111 102 71 21
Binary 1000001 1000110 10011 111 0 1001001 1001001 1000010 111001 10001

Color Harmonies of #414613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414613

Black with #414613

Text Example


Text Example

White with #414613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414613; }

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

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

background-color css

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

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

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

border-color css

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

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

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