Html Css Color HEX #416308 Verdun Green

📋 copy color: '#416308'

red 65 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #416308

Tints of Verdun Green #416308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.56%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 37.79%
G = 57.56%
B = 4.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#416308 (or 0x416308) is known color: Verdun Green. HEX triplet: 41, 63 and 08. RGB value is (65,99,8). Sum of RGB (Red+Green+Blue) = 65+99+8=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #416308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416308 is #BE9CF7. Grayscale: #4E4E4E. Windows color (decimal): -12492024 or 549697. OLE color: 549697.

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

Color convert

RGB 65 99 8 -
CMYK 0.34 0 0.92 0.61
HSL 82.42º 0.85% 0.21% -
HSV(B) 82.42º 0.92% 0.39% -
XYZ 6.69 10.07 1.82 -
YUV 78.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 65 99 8 0.34 0 0.92 0.61 82.42 0.85 0.21
Hex 41 63 8 22 0 5C 3D 52 55 15
Octal 101 143 10 42 0 134 75 122 125 25
Binary 1000001 1100011 1000 100010 0 1011100 111101 1010010 1010101 10101

Color Harmonies of #416308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416308

Black with #416308

Text Example


Text Example

White with #416308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416308; }

 p { color: rgb(65,99,8); }

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

background-color css

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

 a { background-color: rgb(65,99,8); }

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

border-color css

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

 span { border-color: rgb(65,99,8); }

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