#084141

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

Shades of Cyprus #084141

Tints of Cyprus #084141

Color information

#084141 (or 0x084141) is unknown color: approx Cyprus. HEX triplet: 08, 41 and 41. RGB value is (8,65,65). Sum of RGB (Red+Green+Blue) = 8+65+65=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #084141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084141 is #F7BEBE. Grayscale: #2F2F2F. Windows color (decimal): -16236223 or 4276488. OLE color: 4276488.

HSL color Cylindrical-coordinate representation of color #084141: hue angle of 180º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084141 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB86565-
CMYK0.88000.75
HSL180º78.08%14.31%-
HSV(B)180º87.69%25.49%-
XYZ2.944.215.66-
YUV47.96137.6299.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=5.80%
G=47.10%
B=47.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865650.88000.7518078.0814.31
Hex8414158004Bb44ee
Octal101011011300011326411616
Binary10001000001100000110110000010010111011010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084141; }

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

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

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

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

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

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

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

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