Html Css Color HEX #416409 Verdun Green

📋 copy color: '#416409'

red 65 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #416409

Tints of Verdun Green #416409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.47%

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

R = 37.36%
G = 57.47%
B = 5.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#416409 (or 0x416409) is known color: Verdun Green. HEX triplet: 41, 64 and 09. RGB value is (65,100,9). Sum of RGB (Red+Green+Blue) = 65+100+9=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #416409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416409 is #BE9BF6. Grayscale: #4F4F4F. Windows color (decimal): -12491767 or 615489. OLE color: 615489.

HSL color Cylindrical-coordinate representation of color #416409: hue angle of 83.08º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #416409 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 100 9 -
CMYK 0.35 0 0.91 0.61
HSL 83.08º 0.83% 0.21% -
HSV(B) 83.08º 0.91% 0.39% -
XYZ 6.79 10.26 1.88 -
YUV 79.16 88.4 117.9 -
System Red Green Blue C M Y K H S L
Decimal 65 100 9 0.35 0 0.91 0.61 83.08 0.83 0.21
Hex 41 64 9 23 0 5B 3D 53 53 15
Octal 101 144 11 43 0 133 75 123 123 25
Binary 1000001 1100100 1001 100011 0 1011011 111101 1010011 1010011 10101

Color Harmonies of #416409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416409

Black with #416409

Text Example


Text Example

White with #416409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416409; }

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

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

background-color css

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

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

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

border-color css

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

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

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