#093D39

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

Shades of Cyprus #093D39

Tints of Cyprus #093D39

Color information

#093D39 (or 0x093D39) is unknown color: approx Cyprus. HEX triplet: 09, 3D and 39. RGB value is (9,61,57). Sum of RGB (Red+Green+Blue) = 9+61+57=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #093D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D39 is #F6C2C6. Grayscale: #2C2C2C. Windows color (decimal): -16171719 or 3751177. OLE color: 3751177.

HSL color Cylindrical-coordinate representation of color #093D39: hue angle of 175.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D39 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB96157-
CMYK0.8500.070.76
HSL175.38º74.29%13.73%-
HSV(B)175.38º85.25%23.92%-
XYZ2.523.694.45-
YUV45134.77102.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=7.09%
G=48.03%
B=44.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961570.8500.070.76175.3874.2913.73
Hex93D3955074Caf4ae
Octal1175711250711425711216
Binary10011111011110011010101011110011001010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,57); }

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

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

 a { background-color: rgb(9,61,57); }

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

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

 span { border-color: rgb(9,61,57); }

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