Html Css Color HEX #41461B Verdun Green

📋 copy color: '#41461B'

red 65 ◦ green 70 ◦ blue 27

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

Shades of Verdun Green #41461B

Tints of Verdun Green #41461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 40.12%
G = 43.21%
B = 16.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#41461B (or 0x41461B) is known color: Verdun Green. HEX triplet: 41, 46 and 1B. RGB value is (65,70,27). Sum of RGB (Red+Green+Blue) = 65+70+27=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #41461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461B is #BEB9E4. Grayscale: #3F3F3F. Windows color (decimal): -12499429 or 1787457. OLE color: 1787457.

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

Color convert

RGB 65 70 27 -
CMYK 0.07 0 0.61 0.73
HSL 66.98º 0.44% 0.19% -
HSV(B) 66.98º 0.61% 0.27% -
XYZ 4.57 5.58 1.87 -
YUV 63.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 65 70 27 0.07 0 0.61 0.73 66.98 0.44 0.19
Hex 41 46 1B 7 0 3D 49 43 2C 13
Octal 101 106 33 7 0 75 111 103 54 23
Binary 1000001 1000110 11011 111 0 111101 1001001 1000011 101100 10011

Color Harmonies of #41461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41461B

Black with #41461B

Text Example


Text Example

White with #41461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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