#41B0C0

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

Shades of Viking #41B0C0

Tints of Viking #41B0C0

Color information

#41B0C0 (or 0x41B0C0) is unknown color: approx Viking. HEX triplet: 41, B0 and C0. RGB value is (65,176,192). Sum of RGB (Red+Green+Blue) = 65+176+192=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #41B0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B0C0 is #BE4F3F. Grayscale: #909090. Windows color (decimal): -12472128 or 12628033. OLE color: 12628033.

HSL color Cylindrical-coordinate representation of color #41B0C0: hue angle of 187.56º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B0C0 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65176192-
CMYK0.660.0800.25
HSL187.56º50.2%50.39%-
HSV(B)187.56º66.15%75.29%-
XYZ27.2235.9855.38-
YUV144.64154.7371.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=15.01%
G=40.65%
B=44.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651761920.660.0800.25187.5650.250.39
Hex41B0C0428019bc3232
Octal101260300102100312746262
Binary100000110110000110000001000010100001100110111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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