#093835

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

Shades of Cyprus #093835

Tints of Cyprus #093835

Color information

#093835 (or 0x093835) is unknown color: approx Cyprus. HEX triplet: 09, 38 and 35. RGB value is (9,56,53). Sum of RGB (Red+Green+Blue) = 9+56+53=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #093835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093835 is #F6C7CA. Grayscale: #292929. Windows color (decimal): -16173003 or 3487753. OLE color: 3487753.

HSL color Cylindrical-coordinate representation of color #093835: hue angle of 176.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093835 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB95653-
CMYK0.8400.050.78
HSL176.17º72.31%12.75%-
HSV(B)176.17º83.93%21.96%-
XYZ2.173.143.86-
YUV41.6134.43104.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=7.63%
G=47.46%
B=44.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956530.8400.050.78176.1772.3112.75
Hex9383554054Eb048d
Octal1170651240511626011015
Binary10011110001101011010100010110011101011000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093835; }

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

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

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

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

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

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

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

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