Html Css Color HEX #416107 Verdun Green

📋 copy color: '#416107'

red 65 ◦ green 97 ◦ blue 7

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

Shades of Verdun Green #416107

Tints of Verdun Green #416107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

 BLUE value IS 7 (3.13% from 255) = 4.14%

R = 38.46%
G = 57.4%
B = 4.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#416107 (or 0x416107) is known color: Verdun Green. HEX triplet: 41, 61 and 07. RGB value is (65,97,7). Sum of RGB (Red+Green+Blue) = 65+97+7=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #416107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416107 is #BE9EF8. Grayscale: #4D4D4D. Windows color (decimal): -12492537 or 483649. OLE color: 483649.

HSL color Cylindrical-coordinate representation of color #416107: hue angle of 81.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #416107 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 7 -
CMYK 0.33 0 0.93 0.62
HSL 81.33º 0.87% 0.2% -
HSV(B) 81.33º 0.93% 0.38% -
XYZ 6.49 9.69 1.73 -
YUV 77.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 65 97 7 0.33 0 0.93 0.62 81.33 0.87 0.2
Hex 41 61 7 21 0 5D 3E 51 57 14
Octal 101 141 7 41 0 135 76 121 127 24
Binary 1000001 1100001 111 100001 0 1011101 111110 1010001 1010111 10100

Color Harmonies of #416107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416107

Black with #416107

Text Example


Text Example

White with #416107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416107; }

 p { color: rgb(65,97,7); }

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

background-color css

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

 a { background-color: rgb(65,97,7); }

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

border-color css

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

 span { border-color: rgb(65,97,7); }

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