#41926C

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

Shades of Viridian #41926C

Tints of Viridian #41926C

Color information

#41926C (or 0x41926C) is unknown color: approx Viridian. HEX triplet: 41, 92 and 6C. RGB value is (65,146,108). Sum of RGB (Red+Green+Blue) = 65+146+108=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #41926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926C is #BE6D93. Grayscale: #757575. Windows color (decimal): -12479892 or 7115329. OLE color: 7115329.

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

Color convert

RGB65146108-
CMYK0.5500.260.43
HSL151.85º38.39%41.37%-
HSV(B)151.85º55.48%57.25%-
XYZ15.1722.7617.78-
YUV117.45122.6690.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=20.38%
G=45.77%
B=33.86%

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
Decimal651461080.5500.260.43151.8538.3941.37
Hex41926C3701A2B982629
Octal10122215467032532304651
Binary100000110010010110110011011101101010101110011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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