#084540

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

Shades of Cyprus #084540

Tints of Cyprus #084540

Color information

#084540 (or 0x084540) is unknown color: approx Cyprus. HEX triplet: 08, 45 and 40. RGB value is (8,69,64). Sum of RGB (Red+Green+Blue) = 8+69+64=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #084540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084540 is #F7BABF. Grayscale: #323232. Windows color (decimal): -16235200 or 4211976. OLE color: 4211976.

HSL color Cylindrical-coordinate representation of color #084540: hue angle of 175.08º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084540 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB86964-
CMYK0.8800.070.73
HSL175.08º79.22%15.1%-
HSV(B)175.08º88.41%27.06%-
XYZ3.154.685.59-
YUV50.19135.7997.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=5.67%
G=48.94%
B=45.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869640.8800.070.73175.0879.2215.1
Hex84540580749af4ff
Octal101051001300711125711717
Binary1000100010110000001011000011110010011010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084540; }

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

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

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

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

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

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

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

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