Html Css Color HEX #414600 Verdun Green

📋 copy color: '#414600'

red 65 ◦ green 70 ◦ blue 0

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

Shades of Verdun Green #414600

Tints of Verdun Green #414600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.85%

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

R = 48.15%
G = 51.85%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#414600 (or 0x414600) is known color: Verdun Green. HEX triplet: 41, 46 and 00. RGB value is (65,70,0). Sum of RGB (Red+Green+Blue) = 65+70+0=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #414600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414600 is #BEB9FF. Grayscale: #3C3C3C. Windows color (decimal): -12499456 or 17985. OLE color: 17985.

HSL color Cylindrical-coordinate representation of color #414600: hue angle of 64.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #414600 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 0 -
CMYK 0.07 0 1 0.73
HSL 64.29º 1% 0.14% -
HSV(B) 64.29º 1% 0.27% -
XYZ 4.37 5.5 0.83 -
YUV 60.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 65 70 0 0.07 0 1 0.73 64.29 1 0.14
Hex 41 46 0 7 0 64 49 40 64 E
Octal 101 106 0 7 0 144 111 100 144 16
Binary 1000001 1000110 0 111 0 1100100 1001001 1000000 1100100 1110

Color Harmonies of #414600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414600

Black with #414600

Text Example


Text Example

White with #414600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414600; }

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

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

background-color css

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

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

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

border-color css

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

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

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