#41856F

Color #41856F Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #41856F

Tints of Viridian #41856F

Color information

#41856F (or 0x41856F) is unknown color: approx Viridian. HEX triplet: 41, 85 and 6F. RGB value is (65,133,111). Sum of RGB (Red+Green+Blue) = 65+133+111=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #41856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856F is #BE7A90. Grayscale: #6E6E6E. Windows color (decimal): -12483217 or 7308609. OLE color: 7308609.

HSL color Cylindrical-coordinate representation of color #41856F: hue angle of 160.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41856F is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB65133111-
CMYK0.5100.170.48
HSL160.59º34.34%38.82%-
HSV(B)160.59º51.13%52.16%-
XYZ13.4419.0518.01-
YUV110.16128.4795.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=21.04%
G=43.04%
B=35.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331110.5100.170.48160.5934.3438.82
Hex41856F3301130a12227
Octal10120515763021602414247
Binary100000110000101110111111001101000111000010100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41856F; }

 p { color: rgb(65,133,111); }

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

<style>
 a { background-color: #41856F; }

 a { background-color: rgb(65,133,111); }

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

<style>
 span { border-color: #41856F; }

 span { border-color: rgb(65,133,111); }

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