#093B3A

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

Shades of Cyprus #093B3A

Tints of Cyprus #093B3A

Color information

#093B3A (or 0x093B3A) is unknown color: approx Cyprus. HEX triplet: 09, 3B and 3A. RGB value is (9,59,58). Sum of RGB (Red+Green+Blue) = 9+59+58=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #093B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B3A is #F6C4C5. Grayscale: #2B2B2B. Windows color (decimal): -16172230 or 3816201. OLE color: 3816201.

HSL color Cylindrical-coordinate representation of color #093B3A: hue angle of 178.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B3A is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB95958-
CMYK0.8500.020.77
HSL178.8º73.53%13.33%-
HSV(B)178.8º84.75%23.14%-
XYZ2.443.494.55-
YUV43.94135.94103.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 59 (23.44% from 255) = 46.83%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=7.14%
G=46.83%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959580.8500.020.77178.873.5313.33
Hex93B3A55024Db34ad
Octal1173721250211526311215
Binary1001111011111010101010101010011011011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093B3A; }

 p { color: rgb(9,59,58); }

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

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

 a { background-color: rgb(9,59,58); }

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

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

 span { border-color: rgb(9,59,58); }

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