#084840

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

Shades of Cyprus #084840

Tints of Cyprus #084840

Color information

#084840 (or 0x084840) is unknown color: approx Cyprus. HEX triplet: 08, 48 and 40. RGB value is (8,72,64). Sum of RGB (Red+Green+Blue) = 8+72+64=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #084840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084840 is #F7B7BF. Grayscale: #333333. Windows color (decimal): -16234432 or 4212744. OLE color: 4212744.

HSL color Cylindrical-coordinate representation of color #084840: hue angle of 172.5º 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 #084840 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB87264-
CMYK0.8900.110.72
HSL172.5º80%15.69%-
HSV(B)172.5º88.89%28.24%-
XYZ3.345.065.65-
YUV51.95134.896.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=5.56%
G=50%
B=44.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872640.8900.110.72172.58015.69
Hex84840590B48ac5010
Octal1011010013101311025412020
Binary100010010001000000101100101011100100010101100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084840; }

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

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

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

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

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

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

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

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