#41916B

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

Shades of Viridian #41916B

Tints of Viridian #41916B

Color information

#41916B (or 0x41916B) is unknown color: approx Viridian. HEX triplet: 41, 91 and 6B. RGB value is (65,145,107). Sum of RGB (Red+Green+Blue) = 65+145+107=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #41916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41916B is #BE6E94. Grayscale: #747474. Windows color (decimal): -12480149 or 7049537. OLE color: 7049537.

HSL color Cylindrical-coordinate representation of color #41916B: hue angle of 151.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41916B is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB65145107-
CMYK0.5500.260.43
HSL151.5º38.1%41.18%-
HSV(B)151.5º55.17%56.86%-
XYZ14.9622.4417.45-
YUV116.75122.591.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=20.50%
G=45.74%
B=33.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451070.5500.260.43151.538.141.18
Hex41916B3701A2B982629
Octal10122115367032532304651
Binary100000110010001110101111011101101010101110011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41916B; }

 p { color: rgb(65,145,107); }

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

<style>
 a { background-color: #41916B; }

 a { background-color: rgb(65,145,107); }

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

<style>
 span { border-color: #41916B; }

 span { border-color: rgb(65,145,107); }

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