Html Css Color HEX #416300 Verdun Green

📋 copy color: '#416300'

red 65 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #416300

Tints of Verdun Green #416300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.63%
G = 60.37%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#416300 (or 0x416300) is known color: Verdun Green. HEX triplet: 41, 63 and 00. RGB value is (65,99,0). Sum of RGB (Red+Green+Blue) = 65+99+0=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #416300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416300 is #BE9CFF. Grayscale: #4D4D4D. Windows color (decimal): -12492032 or 25409. OLE color: 25409.

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

Color convert

RGB 65 99 0 -
CMYK 0.34 0 1 0.61
HSL 80.61º 1% 0.19% -
HSV(B) 80.61º 1% 0.39% -
XYZ 6.64 10.05 1.59 -
YUV 77.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 65 99 0 0.34 0 1 0.61 80.61 1 0.19
Hex 41 63 0 22 0 64 3D 51 64 13
Octal 101 143 0 42 0 144 75 121 144 23
Binary 1000001 1100011 0 100010 0 1100100 111101 1010001 1100100 10011

Color Harmonies of #416300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416300

Black with #416300

Text Example


Text Example

White with #416300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416300; }

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

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

background-color css

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

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

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

border-color css

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

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

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