#083636

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

Shades of Cyprus #083636

Tints of Cyprus #083636

Color information

#083636 (or 0x083636) is unknown color: approx Cyprus. HEX triplet: 08, 36 and 36. RGB value is (8,54,54). Sum of RGB (Red+Green+Blue) = 8+54+54=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #083636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083636 is #F7C9C9. Grayscale: #282828. Windows color (decimal): -16239050 or 3552776. OLE color: 3552776.

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

Color convert

RGB85454-
CMYK0.85000.79
HSL180º74.19%12.16%-
HSV(B)180º85.19%21.18%-
XYZ2.092.963.95-
YUV40.25135.76105-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=6.90%
G=46.55%
B=46.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854540.85000.7918074.1912.16
Hex8363655004Fb44ac
Octal1066661250011726411214
Binary100011011011011010101010010011111011010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083636; }

 p { color: rgb(8,54,54); }

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

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

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

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

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

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

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