Html Css Color HEX #414510 Verdun Green

📋 copy color: '#414510'

red 65 ◦ green 69 ◦ blue 16

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

Shades of Verdun Green #414510

Tints of Verdun Green #414510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 43.33%
G = 46%
B = 10.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#414510 (or 0x414510) is known color: Verdun Green. HEX triplet: 41, 45 and 10. RGB value is (65,69,16). Sum of RGB (Red+Green+Blue) = 65+69+16=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #414510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414510 is #BEBAEF. Grayscale: #3D3D3D. Windows color (decimal): -12499696 or 1066305. OLE color: 1066305.

HSL color Cylindrical-coordinate representation of color #414510: hue angle of 64.53º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #414510 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 16 -
CMYK 0.06 0 0.77 0.73
HSL 64.53º 0.62% 0.17% -
HSV(B) 64.53º 0.77% 0.27% -
XYZ 4.4 5.42 1.3 -
YUV 61.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 65 69 16 0.06 0 0.77 0.73 64.53 0.62 0.17
Hex 41 45 10 6 0 4D 49 41 3E 11
Octal 101 105 20 6 0 115 111 101 76 21
Binary 1000001 1000101 10000 110 0 1001101 1001001 1000001 111110 10001

Color Harmonies of #414510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414510

Black with #414510

Text Example


Text Example

White with #414510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414510; }

 p { color: rgb(65,69,16); }

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

background-color css

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

 a { background-color: rgb(65,69,16); }

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

border-color css

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

 span { border-color: rgb(65,69,16); }

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