#114541

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

Shades of Cyprus #114541

Tints of Cyprus #114541

Color information

#114541 (or 0x114541) is unknown color: approx Cyprus. HEX triplet: 11, 45 and 41. RGB value is (17,69,65). Sum of RGB (Red+Green+Blue) = 17+69+65=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #114541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114541 is #EEBABE. Grayscale: #343434. Windows color (decimal): -15645375 or 4277521. OLE color: 4277521.

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

Color convert

RGB176965-
CMYK0.7500.060.73
HSL175.38º60.47%16.86%-
HSV(B)175.38º75.36%27.06%-
XYZ3.314.765.74-
YUV53134.77102.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=11.26%
G=45.70%
B=43.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769650.7500.060.73175.3860.4716.86
Hex1145414B0649af3c11
Octal21105101113061112577421
Binary10001100010110000011001011011010010011010111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114541; }

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

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

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

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

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

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

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

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