#41926D

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

Shades of Viridian #41926D

Tints of Viridian #41926D

Color information

#41926D (or 0x41926D) is unknown color: approx Viridian. HEX triplet: 41, 92 and 6D. RGB value is (65,146,109). Sum of RGB (Red+Green+Blue) = 65+146+109=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #41926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926D is #BE6D92. Grayscale: #757575. Windows color (decimal): -12479891 or 7180865. OLE color: 7180865.

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

Color convert

RGB65146109-
CMYK0.5500.250.43
HSL152.59º38.39%41.37%-
HSV(B)152.59º55.48%57.25%-
XYZ15.2222.7918.06-
YUV117.56123.1690.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=20.31%
G=45.62%
B=34.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461090.5500.250.43152.5938.3941.37
Hex41926D370192B992629
Octal10122215567031532314651
Binary100000110010010110110111011101100110101110011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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