#41856E

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

Shades of Viridian #41856E

Tints of Viridian #41856E

Color information

#41856E (or 0x41856E) is unknown color: approx Viridian. HEX triplet: 41, 85 and 6E. RGB value is (65,133,110). Sum of RGB (Red+Green+Blue) = 65+133+110=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #41856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856E is #BE7A91. Grayscale: #6E6E6E. Windows color (decimal): -12483218 or 7243073. OLE color: 7243073.

HSL color Cylindrical-coordinate representation of color #41856E: hue angle of 159.71º 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 #41856E is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB65133110-
CMYK0.5100.170.48
HSL159.71º34.34%38.82%-
HSV(B)159.71º51.13%52.16%-
XYZ13.3819.0217.72-
YUV110.05127.9795.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=21.10%
G=43.18%
B=35.71%

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
Decimal651331100.5100.170.48159.7134.3438.82
Hex41856E3301130a02227
Octal10120515663021602404247
Binary100000110000101110111011001101000111000010100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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