#104341

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

Shades of Cyprus #104341

Tints of Cyprus #104341

Color information

#104341 (or 0x104341) is unknown color: approx Cyprus. HEX triplet: 10, 43 and 41. RGB value is (16,67,65). Sum of RGB (Red+Green+Blue) = 16+67+65=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #104341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104341 is #EFBCBE. Grayscale: #333333. Windows color (decimal): -15711423 or 4277008. OLE color: 4277008.

HSL color Cylindrical-coordinate representation of color #104341: hue angle of 177.65º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104341 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB166765-
CMYK0.7600.030.74
HSL177.65º61.45%16.27%-
HSV(B)177.65º76.12%26.27%-
XYZ3.174.515.7-
YUV51.52135.6102.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=10.81%
G=45.27%
B=43.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667650.7600.030.74177.6561.4516.27
Hex1043414C034Ab23d10
Octal20103101114031122627520
Binary1000010000111000001100110001110010101011001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104341; }

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

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

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

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

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

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

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

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