#41906E

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

Shades of Viridian #41906E

Tints of Viridian #41906E

Color information

#41906E (or 0x41906E) is unknown color: approx Viridian. HEX triplet: 41, 90 and 6E. RGB value is (65,144,110). Sum of RGB (Red+Green+Blue) = 65+144+110=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #41906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906E is #BE6F91. Grayscale: #747474. Windows color (decimal): -12480402 or 7245889. OLE color: 7245889.

HSL color Cylindrical-coordinate representation of color #41906E: hue angle of 154.18º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41906E is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB65144110-
CMYK0.5500.240.44
HSL154.18º37.8%40.98%-
HSV(B)154.18º54.86%56.47%-
XYZ14.9722.218.25-
YUV116.5124.3391.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=20.38%
G=45.14%
B=34.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441100.5500.240.44154.1837.840.98
Hex41906E370182C9a2629
Octal10122015667030542324651
Binary100000110010000110111011011101100010110010011010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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