#41856C

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

Shades of Viridian #41856C

Tints of Viridian #41856C

Color information

#41856C (or 0x41856C) is unknown color: approx Viridian. HEX triplet: 41, 85 and 6C. RGB value is (65,133,108). Sum of RGB (Red+Green+Blue) = 65+133+108=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #41856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856C is #BE7A93. Grayscale: #6D6D6D. Windows color (decimal): -12483220 or 7112001. OLE color: 7112001.

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

Color convert

RGB65133108-
CMYK0.5100.190.48
HSL157.94º34.34%38.82%-
HSV(B)157.94º51.13%52.16%-
XYZ13.2718.9817.15-
YUV109.82126.9796.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=21.24%
G=43.46%
B=35.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331080.5100.190.48157.9434.3438.82
Hex41856C33013309e2227
Octal10120515463023602364247
Binary100000110000101110110011001101001111000010011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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