#093935

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

Shades of Cyprus #093935

Tints of Cyprus #093935

Color information

#093935 (or 0x093935) is unknown color: approx Cyprus. HEX triplet: 09, 39 and 35. RGB value is (9,57,53). Sum of RGB (Red+Green+Blue) = 9+57+53=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #093935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093935 is #F6C6CA. Grayscale: #2A2A2A. Windows color (decimal): -16172747 or 3488009. OLE color: 3488009.

HSL color Cylindrical-coordinate representation of color #093935: hue angle of 175º degrees, saturation: 0.73, 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 #093935 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB95753-
CMYK0.8400.070.78
HSL175º72.73%12.94%-
HSV(B)175º84.21%22.35%-
XYZ2.223.243.88-
YUV42.19134.1104.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=7.56%
G=47.90%
B=44.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957530.8400.070.7817572.7312.94
Hex9393554074Eaf49d
Octal1171651240711625711115
Binary10011110011101011010100011110011101010111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093935; }

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

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

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

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

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

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

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

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