#104140

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

Shades of Cyprus #104140

Tints of Cyprus #104140

Color information

#104140 (or 0x104140) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 40. RGB value is (16,65,64). Sum of RGB (Red+Green+Blue) = 16+65+64=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #104140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104140 is #EFBEBF. Grayscale: #323232. Windows color (decimal): -15711936 or 4210960. OLE color: 4210960.

HSL color Cylindrical-coordinate representation of color #104140: hue angle of 178.78º 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 #104140 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB166564-
CMYK0.7500.020.75
HSL178.78º60.49%15.88%-
HSV(B)178.78º75.38%25.49%-
XYZ3.034.265.51-
YUV50.24135.77103.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=11.03%
G=44.83%
B=44.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665640.7500.020.75178.7860.4915.88
Hex1041404B024Bb33c10
Octal20101100113021132637420
Binary1000010000011000000100101101010010111011001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104140; }

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

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

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

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

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

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

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

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