#093635

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

Shades of Cyprus #093635

Tints of Cyprus #093635

Color information

#093635 (or 0x093635) is unknown color: approx Cyprus. HEX triplet: 09, 36 and 35. RGB value is (9,54,53). Sum of RGB (Red+Green+Blue) = 9+54+53=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #093635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093635 is #F6C9CA. Grayscale: #282828. Windows color (decimal): -16173515 or 3487241. OLE color: 3487241.

HSL color Cylindrical-coordinate representation of color #093635: hue angle of 178.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093635 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB95453-
CMYK0.8300.020.79
HSL178.67º71.43%12.35%-
HSV(B)178.67º83.33%21.18%-
XYZ2.072.953.83-
YUV40.43135.09105.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=7.76%
G=46.55%
B=45.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954530.8300.020.79178.6771.4312.35
Hex9363553024Fb347c
Octal1166651230211726310714
Binary1001110110110101101001101010011111011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093635; }

 p { color: rgb(9,54,53); }

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

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

 a { background-color: rgb(9,54,53); }

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

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

 span { border-color: rgb(9,54,53); }

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