Html Css Color HEX #41560E Verdun Green

📋 copy color: '#41560E'

red 65 ◦ green 86 ◦ blue 14

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

Shades of Verdun Green #41560E

Tints of Verdun Green #41560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.12%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 39.39%
G = 52.12%
B = 8.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#41560E (or 0x41560E) is known color: Verdun Green. HEX triplet: 41, 56 and 0E. RGB value is (65,86,14). Sum of RGB (Red+Green+Blue) = 65+86+14=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #41560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41560E is #BEA9F1. Grayscale: #474747. Windows color (decimal): -12495346 or 939585. OLE color: 939585.

HSL color Cylindrical-coordinate representation of color #41560E: hue angle of 77.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41560E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 86 14 -
CMYK 0.24 0 0.84 0.66
HSL 77.5º 0.72% 0.2% -
HSV(B) 77.5º 0.84% 0.34% -
XYZ 5.59 7.81 1.63 -
YUV 71.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 65 86 14 0.24 0 0.84 0.66 77.5 0.72 0.2
Hex 41 56 E 18 0 54 42 4E 48 14
Octal 101 126 16 30 0 124 102 116 110 24
Binary 1000001 1010110 1110 11000 0 1010100 1000010 1001110 1001000 10100

Color Harmonies of #41560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41560E

Black with #41560E

Text Example


Text Example

White with #41560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41560E; }

 p { color: rgb(65,86,14); }

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

background-color css

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

 a { background-color: rgb(65,86,14); }

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

border-color css

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

 span { border-color: rgb(65,86,14); }

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