Html Css Color HEX #41461D Verdun Green

📋 copy color: '#41461D'

red 65 ◦ green 70 ◦ blue 29

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

Shades of Verdun Green #41461D

Tints of Verdun Green #41461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 39.63%
G = 42.68%
B = 17.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#41461D (or 0x41461D) is known color: Verdun Green. HEX triplet: 41, 46 and 1D. RGB value is (65,70,29). Sum of RGB (Red+Green+Blue) = 65+70+29=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #41461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461D is #BEB9E2. Grayscale: #3F3F3F. Windows color (decimal): -12499427 or 1918529. OLE color: 1918529.

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

Color convert

RGB 65 70 29 -
CMYK 0.07 0 0.59 0.73
HSL 67.32º 0.41% 0.19% -
HSV(B) 67.32º 0.59% 0.27% -
XYZ 4.59 5.59 2 -
YUV 63.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 65 70 29 0.07 0 0.59 0.73 67.32 0.41 0.19
Hex 41 46 1D 7 0 3B 49 43 29 13
Octal 101 106 35 7 0 73 111 103 51 23
Binary 1000001 1000110 11101 111 0 111011 1001001 1000011 101001 10011

Color Harmonies of #41461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41461D

Black with #41461D

Text Example


Text Example

White with #41461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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