#41926F

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

Shades of Viridian #41926F

Tints of Viridian #41926F

Color information

#41926F (or 0x41926F) is unknown color: approx Viridian. HEX triplet: 41, 92 and 6F. RGB value is (65,146,111). Sum of RGB (Red+Green+Blue) = 65+146+111=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #41926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926F is #BE6D90. Grayscale: #757575. Windows color (decimal): -12479889 or 7311937. OLE color: 7311937.

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

Color convert

RGB65146111-
CMYK0.5500.240.43
HSL154.07º38.39%41.37%-
HSV(B)154.07º55.48%57.25%-
XYZ15.3322.8318.64-
YUV117.79124.1690.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=20.19%
G=45.34%
B=34.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461110.5500.240.43154.0738.3941.37
Hex41926F370182B9a2629
Octal10122215767030532324651
Binary100000110010010110111111011101100010101110011010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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