#41B1B0

Color #41B1B0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #41B1B0

Tints of Viking #41B1B0

Color information

#41B1B0 (or 0x41B1B0) is unknown color: approx Viking. HEX triplet: 41, B1 and B0. RGB value is (65,177,176). Sum of RGB (Red+Green+Blue) = 65+177+176=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #41B1B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B1B0 is #BE4E4F. Grayscale: #8F8F8F. Windows color (decimal): -12471888 or 11579713. OLE color: 11579713.

HSL color Cylindrical-coordinate representation of color #41B1B0: hue angle of 179.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B1B0 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB65177176-
CMYK0.6300.010.31
HSL179.46º46.28%47.45%-
HSV(B)179.46º63.28%69.41%-
XYZ25.7435.746.61-
YUV143.4146.3972.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.55%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=15.55%
G=42.34%
B=42.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651771760.6300.010.31179.4646.2847.45
Hex41B1B03F011Fb32e2f
Octal1012612607701372635657
Binary10000011011000110110000111111011111110110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B1B0; }

 p { color: rgb(65,177,176); }

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

<style>
 a { background-color: #41B1B0; }

 a { background-color: rgb(65,177,176); }

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

<style>
 span { border-color: #41B1B0; }

 span { border-color: rgb(65,177,176); }

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