Html Css Color HEX #41561E Verdun Green

📋 copy color: '#41561E'

red 65 ◦ green 86 ◦ blue 30

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

Shades of Verdun Green #41561E

Tints of Verdun Green #41561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 35.91%
G = 47.51%
B = 16.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#41561E (or 0x41561E) is known color: Verdun Green. HEX triplet: 41, 56 and 1E. RGB value is (65,86,30). Sum of RGB (Red+Green+Blue) = 65+86+30=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #41561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41561E is #BEA9E1. Grayscale: #494949. Windows color (decimal): -12495330 or 1988161. OLE color: 1988161.

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

Color convert

RGB 65 86 30 -
CMYK 0.24 0 0.65 0.66
HSL 82.5º 0.48% 0.23% -
HSV(B) 82.5º 0.65% 0.34% -
XYZ 5.74 7.87 2.45 -
YUV 73.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 65 86 30 0.24 0 0.65 0.66 82.5 0.48 0.23
Hex 41 56 1E 18 0 41 42 52 30 17
Octal 101 126 36 30 0 101 102 122 60 27
Binary 1000001 1010110 11110 11000 0 1000001 1000010 1010010 110000 10111

Color Harmonies of #41561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41561E

Black with #41561E

Text Example


Text Example

White with #41561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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