Html Css Color HEX #41461C Verdun Green

📋 copy color: '#41461C'

red 65 ◦ green 70 ◦ blue 28

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

Shades of Verdun Green #41461C

Tints of Verdun Green #41461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 39.88%
G = 42.94%
B = 17.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#41461C (or 0x41461C) is known color: Verdun Green. HEX triplet: 41, 46 and 1C. RGB value is (65,70,28). Sum of RGB (Red+Green+Blue) = 65+70+28=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #41461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461C is #BEB9E3. Grayscale: #3F3F3F. Windows color (decimal): -12499428 or 1852993. OLE color: 1852993.

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

Color convert

RGB 65 70 28 -
CMYK 0.07 0 0.60 0.73
HSL 67.14º 0.43% 0.19% -
HSV(B) 67.14º 0.6% 0.27% -
XYZ 4.58 5.59 1.94 -
YUV 63.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 65 70 28 0.07 0 0.60 0.73 67.14 0.43 0.19
Hex 41 46 1C 7 0 3C 49 43 2B 13
Octal 101 106 34 7 0 74 111 103 53 23
Binary 1000001 1000110 11100 111 0 111100 1001001 1000011 101011 10011

Color Harmonies of #41461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41461C

Black with #41461C

Text Example


Text Example

White with #41461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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