#41856A

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

Shades of Viridian #41856A

Tints of Viridian #41856A

Color information

#41856A (or 0x41856A) is unknown color: approx Viridian. HEX triplet: 41, 85 and 6A. RGB value is (65,133,106). Sum of RGB (Red+Green+Blue) = 65+133+106=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #41856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856A is #BE7A95. Grayscale: #6D6D6D. Windows color (decimal): -12483222 or 6980929. OLE color: 6980929.

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

Color convert

RGB65133106-
CMYK0.5100.200.48
HSL156.18º34.34%38.82%-
HSV(B)156.18º51.13%52.16%-
XYZ13.1718.9416.6-
YUV109.59125.9796.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=21.38%
G=43.75%
B=34.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331060.5100.200.48156.1834.3438.82
Hex41856A33014309c2227
Octal10120515263024602344247
Binary100000110000101110101011001101010011000010011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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