#41ADAD

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

Shades of Viking #41ADAD

Tints of Viking #41ADAD

Color information

#41ADAD (or 0x41ADAD) is unknown color: approx Viking. HEX triplet: 41, AD and AD. RGB value is (65,173,173). Sum of RGB (Red+Green+Blue) = 65+173+173=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #41ADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADAD is #BE5252. Grayscale: #8C8C8C. Windows color (decimal): -12472915 or 11382081. OLE color: 11382081.

HSL color Cylindrical-coordinate representation of color #41ADAD: hue angle of 180º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ADAD is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65173173-
CMYK0.62000.32
HSL180º45.38%46.67%-
HSV(B)180º62.43%67.84%-
XYZ24.6734.0344.8-
YUV140.71146.2274-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.82%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=15.82%
G=42.09%
B=42.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731730.62000.3218045.3846.67
Hex41ADAD3E0020b42d2f
Octal1012552557600402645557
Binary100000110101101101011011111100010000010110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,173,173); }

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

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

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

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

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

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

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