#084541

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

Shades of Cyprus #084541

Tints of Cyprus #084541

Color information

#084541 (or 0x084541) is unknown color: approx Cyprus. HEX triplet: 08, 45 and 41. RGB value is (8,69,65). Sum of RGB (Red+Green+Blue) = 8+69+65=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #084541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084541 is #F7BABE. Grayscale: #323232. Windows color (decimal): -16235199 or 4277512. OLE color: 4277512.

HSL color Cylindrical-coordinate representation of color #084541: hue angle of 176.07º 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 #084541 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB86965-
CMYK0.8800.060.73
HSL176.07º79.22%15.1%-
HSV(B)176.07º88.41%27.06%-
XYZ3.184.695.74-
YUV50.31136.2997.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=5.63%
G=48.59%
B=45.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869650.8800.060.73176.0779.2215.1
Hex84541580649b04ff
Octal101051011300611126011717
Binary1000100010110000011011000011010010011011000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084541; }

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

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

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

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

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

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

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

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