#114140

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

Shades of Cyprus #114140

Tints of Cyprus #114140

Color information

#114140 (or 0x114140) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 40. RGB value is (17,65,64). Sum of RGB (Red+Green+Blue) = 17+65+64=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #114140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114140 is #EEBEBF. Grayscale: #323232. Windows color (decimal): -15646400 or 4210961. OLE color: 4210961.

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

Color convert

RGB176564-
CMYK0.7400.020.75
HSL178.75º58.54%16.08%-
HSV(B)178.75º73.85%25.49%-
XYZ3.054.275.51-
YUV50.53135.6104.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=11.64%
G=44.52%
B=43.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765640.7400.020.75178.7558.5416.08
Hex1141404A024Bb33b10
Octal21101100112021132637320
Binary1000110000011000000100101001010010111011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114140; }

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

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

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

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

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

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

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

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