#41570D

Color #41570D Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #41570D

Tints of Verdun Green #41570D

Color information

#41570D (or 0x41570D) is unknown color: approx Verdun Green. HEX triplet: 41, 57 and 0D. RGB value is (65,87,13). Sum of RGB (Red+Green+Blue) = 65+87+13=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #41570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570D is #BEA8F2. Grayscale: #484848. Windows color (decimal): -12495091 or 874305. OLE color: 874305.

HSL color Cylindrical-coordinate representation of color #41570D: hue angle of 77.84º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41570D is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB658713-
CMYK0.2500.850.66
HSL77.84º74%19.61%-
HSV(B)77.84º85.06%34.12%-
XYZ5.667.971.62-
YUV71.9994.71123.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=39.39%
G=52.73%
B=7.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587130.2500.850.6677.847419.61
Hex4157D19055424e4a14
Octal1011271531012510211611224
Binary100000110101111101110010101010110000101001110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41570D; }

 p { color: rgb(65,87,13); }

 H1.HeaderClassName
 {
   color: #41570D;
 }
 .AnyTagClassName
 {
   color: #41570D;
 }
</style>
background-color css

<style>
 a { background-color: #41570D; }

 a { background-color: rgb(65,87,13); }

 div.DivClassName
 {
   background-color: #41570D;
 }
 .BgClassName
 {
   background-color: #41570D;
 }
</style>
border-color css

<style>
 span { border-color: #41570D; }

 span { border-color: rgb(65,87,13); }

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