Html Css Color HEX #414714 Verdun Green

📋 copy color: '#414714'

red 65 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #414714

Tints of Verdun Green #414714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 41.67%
G = 45.51%
B = 12.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#414714 (or 0x414714) is known color: Verdun Green. HEX triplet: 41, 47 and 14. RGB value is (65,71,20). Sum of RGB (Red+Green+Blue) = 65+71+20=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #414714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414714 is #BEB8EB. Grayscale: #3F3F3F. Windows color (decimal): -12499180 or 1328961. OLE color: 1328961.

HSL color Cylindrical-coordinate representation of color #414714: hue angle of 67.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414714 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 20 -
CMYK 0.08 0 0.72 0.72
HSL 67.06º 0.56% 0.18% -
HSV(B) 67.06º 0.72% 0.28% -
XYZ 4.56 5.68 1.52 -
YUV 63.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 65 71 20 0.08 0 0.72 0.72 67.06 0.56 0.18
Hex 41 47 14 8 0 48 48 43 38 12
Octal 101 107 24 10 0 110 110 103 70 22
Binary 1000001 1000111 10100 1000 0 1001000 1001000 1000011 111000 10010

Color Harmonies of #414714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414714

Black with #414714

Text Example


Text Example

White with #414714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414714; }

 p { color: rgb(65,71,20); }

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

background-color css

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

 a { background-color: rgb(65,71,20); }

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

border-color css

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

 span { border-color: rgb(65,71,20); }

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