#104141

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

Shades of Cyprus #104141

Tints of Cyprus #104141

Color information

#104141 (or 0x104141) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 41. RGB value is (16,65,65). Sum of RGB (Red+Green+Blue) = 16+65+65=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #104141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104141 is #EFBEBE. Grayscale: #323232. Windows color (decimal): -15711935 or 4276496. OLE color: 4276496.

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

Color convert

RGB166565-
CMYK0.75000.75
HSL180º60.49%15.88%-
HSV(B)180º75.38%25.49%-
XYZ3.064.275.66-
YUV50.35136.27103.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=10.96%
G=44.52%
B=44.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665650.75000.7518060.4915.88
Hex1041414B004Bb43c10
Octal20101101113001132647420
Binary100001000001100000110010110010010111011010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104141; }

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

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

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

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

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

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

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

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