#11433E

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

Shades of Cyprus #11433E

Tints of Cyprus #11433E

Color information

#11433E (or 0x11433E) is unknown color: approx Cyprus. HEX triplet: 11, 43 and 3E. RGB value is (17,67,62). Sum of RGB (Red+Green+Blue) = 17+67+62=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #11433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433E is #EEBCC1. Grayscale: #333333. Windows color (decimal): -15645890 or 4080401. OLE color: 4080401.

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

Color convert

RGB176762-
CMYK0.7500.070.74
HSL174º59.52%16.47%-
HSV(B)174º74.63%26.27%-
XYZ3.114.485.26-
YUV51.48133.94103.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=11.64%
G=45.89%
B=42.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767620.7500.070.7417459.5216.47
Hex11433E4B074Aae3c10
Octal2110376113071122567420
Binary1000110000111111101001011011110010101010111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11433E; }

 p { color: rgb(17,67,62); }

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

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

 a { background-color: rgb(17,67,62); }

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

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

 span { border-color: rgb(17,67,62); }

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