#083735

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

Shades of Cyprus #083735

Tints of Cyprus #083735

Color information

#083735 (or 0x083735) is unknown color: approx Cyprus. HEX triplet: 08, 37 and 35. RGB value is (8,55,53). Sum of RGB (Red+Green+Blue) = 8+55+53=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #083735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083735 is #F7C8CA. Grayscale: #282828. Windows color (decimal): -16238795 or 3487496. OLE color: 3487496.

HSL color Cylindrical-coordinate representation of color #083735: hue angle of 177.45º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083735 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB85553-
CMYK0.8500.040.78
HSL177.45º74.6%12.35%-
HSV(B)177.45º85.45%21.57%-
XYZ2.113.043.84-
YUV40.72134.93104.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=6.90%
G=47.41%
B=45.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855530.8500.040.78177.4574.612.35
Hex8373555044Eb14bc
Octal1067651250411626111314
Binary10001101111101011010101010010011101011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083735; }

 p { color: rgb(8,55,53); }

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

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

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

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

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

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

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