Html Css Color HEX #414709 Verdun Green

📋 copy color: '#414709'

red 65 ◦ green 71 ◦ blue 9

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

Shades of Verdun Green #414709

Tints of Verdun Green #414709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 44.83%
G = 48.97%
B = 6.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#414709 (or 0x414709) is known color: Verdun Green. HEX triplet: 41, 47 and 09. RGB value is (65,71,9). Sum of RGB (Red+Green+Blue) = 65+71+9=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #414709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414709 is #BEB8F6. Grayscale: #3E3E3E. Windows color (decimal): -12499191 or 608065. OLE color: 608065.

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

Color convert

RGB 65 71 9 -
CMYK 0.08 0 0.87 0.72
HSL 65.81º 0.78% 0.16% -
HSV(B) 65.81º 0.87% 0.28% -
XYZ 4.48 5.65 1.11 -
YUV 62.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 65 71 9 0.08 0 0.87 0.72 65.81 0.78 0.16
Hex 41 47 9 8 0 57 48 42 4E 10
Octal 101 107 11 10 0 127 110 102 116 20
Binary 1000001 1000111 1001 1000 0 1010111 1001000 1000010 1001110 10000

Color Harmonies of #414709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414709

Black with #414709

Text Example


Text Example

White with #414709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414709; }

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

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

background-color css

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

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

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

border-color css

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

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

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