Html Css Color HEX #416018 Verdun Green

📋 copy color: '#416018'

red 65 ◦ green 96 ◦ blue 24

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

Shades of Verdun Green #416018

Tints of Verdun Green #416018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 35.14%
G = 51.89%
B = 12.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#416018 (or 0x416018) is known color: Verdun Green. HEX triplet: 41, 60 and 18. RGB value is (65,96,24). Sum of RGB (Red+Green+Blue) = 65+96+24=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #416018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416018 is #BE9FE7. Grayscale: #4E4E4E. Windows color (decimal): -12492776 or 1597505. OLE color: 1597505.

HSL color Cylindrical-coordinate representation of color #416018: hue angle of 85.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #416018 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 24 -
CMYK 0.32 0 0.75 0.62
HSL 85.83º 0.6% 0.24% -
HSV(B) 85.83º 0.75% 0.38% -
XYZ 6.53 9.56 2.36 -
YUV 78.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 65 96 24 0.32 0 0.75 0.62 85.83 0.6 0.24
Hex 41 60 18 20 0 4B 3E 56 3C 18
Octal 101 140 30 40 0 113 76 126 74 30
Binary 1000001 1100000 11000 100000 0 1001011 111110 1010110 111100 11000

Color Harmonies of #416018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416018

Black with #416018

Text Example


Text Example

White with #416018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416018; }

 p { color: rgb(65,96,24); }

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

background-color css

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

 a { background-color: rgb(65,96,24); }

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

border-color css

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

 span { border-color: rgb(65,96,24); }

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