#41906D

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

Shades of Viridian #41906D

Tints of Viridian #41906D

Color information

#41906D (or 0x41906D) is unknown color: approx Viridian. HEX triplet: 41, 90 and 6D. RGB value is (65,144,109). Sum of RGB (Red+Green+Blue) = 65+144+109=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #41906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906D is #BE6F92. Grayscale: #747474. Windows color (decimal): -12480403 or 7180353. OLE color: 7180353.

HSL color Cylindrical-coordinate representation of color #41906D: hue angle of 153.42º 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 #41906D is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB65144109-
CMYK0.5500.240.44
HSL153.42º37.8%40.98%-
HSV(B)153.42º54.86%56.47%-
XYZ14.9122.1717.96-
YUV116.39123.8391.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=20.44%
G=45.28%
B=34.28%

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
Decimal651441090.5500.240.44153.4237.840.98
Hex41906D370182C992629
Octal10122015567030542314651
Binary100000110010000110110111011101100010110010011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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