Html Css Color HEX #414800 Verdun Green

📋 copy color: '#414800'

red 65 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #414800

Tints of Verdun Green #414800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.55%

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

R = 47.45%
G = 52.55%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#414800 (or 0x414800) is known color: Verdun Green. HEX triplet: 41, 48 and 00. RGB value is (65,72,0). Sum of RGB (Red+Green+Blue) = 65+72+0=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #414800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414800 is #BEB7FF. Grayscale: #3D3D3D. Windows color (decimal): -12498944 or 18497. OLE color: 18497.

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

Color convert

RGB 65 72 0 -
CMYK 0.10 0 1 0.72
HSL 65.83º 1% 0.14% -
HSV(B) 65.83º 1% 0.28% -
XYZ 4.5 5.76 0.87 -
YUV 61.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 65 72 0 0.10 0 1 0.72 65.83 1 0.14
Hex 41 48 0 A 0 64 48 42 64 E
Octal 101 110 0 12 0 144 110 102 144 16
Binary 1000001 1001000 0 1010 0 1100100 1001000 1000010 1100100 1110

Color Harmonies of #414800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414800

Black with #414800

Text Example


Text Example

White with #414800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414800; }

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

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

background-color css

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

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

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

border-color css

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

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

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