Html Css Color HEX #41461A Verdun Green

📋 copy color: '#41461A'

red 65 ◦ green 70 ◦ blue 26

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

Shades of Verdun Green #41461A

Tints of Verdun Green #41461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.15%

R = 40.37%
G = 43.48%
B = 16.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#41461A (or 0x41461A) is known color: Verdun Green. HEX triplet: 41, 46 and 1A. RGB value is (65,70,26). Sum of RGB (Red+Green+Blue) = 65+70+26=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #41461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461A is #BEB9E5. Grayscale: #3F3F3F. Windows color (decimal): -12499430 or 1721921. OLE color: 1721921.

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

Color convert

RGB 65 70 26 -
CMYK 0.07 0 0.63 0.73
HSL 66.82º 0.46% 0.19% -
HSV(B) 66.82º 0.63% 0.27% -
XYZ 4.56 5.58 1.81 -
YUV 63.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 65 70 26 0.07 0 0.63 0.73 66.82 0.46 0.19
Hex 41 46 1A 7 0 3F 49 43 2E 13
Octal 101 106 32 7 0 77 111 103 56 23
Binary 1000001 1000110 11010 111 0 111111 1001001 1000011 101110 10011

Color Harmonies of #41461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41461A

Black with #41461A

Text Example


Text Example

White with #41461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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