#084845

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

Shades of Cyprus #084845

Tints of Cyprus #084845

Color information

#084845 (or 0x084845) is unknown color: approx Cyprus. HEX triplet: 08, 48 and 45. RGB value is (8,72,69). Sum of RGB (Red+Green+Blue) = 8+72+69=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #084845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084845 is #F7B7BA. Grayscale: #343434. Windows color (decimal): -16234427 or 4540424. OLE color: 4540424.

HSL color Cylindrical-coordinate representation of color #084845: hue angle of 177.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084845 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB87269-
CMYK0.8900.040.72
HSL177.19º80%15.69%-
HSV(B)177.19º88.89%28.24%-
XYZ3.495.126.43-
YUV52.52137.396.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 69 (27.34% from 255) = 46.31%
R=5.37%
G=48.32%
B=46.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872690.8900.040.72177.198015.69
Hex84845590448b15010
Octal101101051310411026112020
Binary10001001000100010110110010100100100010110001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084845; }

 p { color: rgb(8,72,69); }

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

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

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

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

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

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

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