#093D3B

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

Shades of Cyprus #093D3B

Tints of Cyprus #093D3B

Color information

#093D3B (or 0x093D3B) is unknown color: approx Cyprus. HEX triplet: 09, 3D and 3B. RGB value is (9,61,59). Sum of RGB (Red+Green+Blue) = 9+61+59=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #093D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D3B is #F6C2C4. Grayscale: #2D2D2D. Windows color (decimal): -16171717 or 3882249. OLE color: 3882249.

HSL color Cylindrical-coordinate representation of color #093D3B: hue angle of 177.69º 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 #093D3B is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB96159-
CMYK0.8500.030.76
HSL177.69º74.29%13.73%-
HSV(B)177.69º85.25%23.92%-
XYZ2.573.714.72-
YUV45.22135.77102.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=6.98%
G=47.29%
B=45.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961590.8500.030.76177.6974.2913.73
Hex93D3B55034Cb24ae
Octal1175731250311426211216
Binary1001111101111011101010101110011001011001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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