#074241

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

Shades of Cyprus #074241

Tints of Cyprus #074241

Color information

#074241 (or 0x074241) is unknown color: approx Cyprus. HEX triplet: 07, 42 and 41. RGB value is (7,66,65). Sum of RGB (Red+Green+Blue) = 7+66+65=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #074241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074241 is #F8BDBE. Grayscale: #303030. Windows color (decimal): -16301503 or 4276743. OLE color: 4276743.

HSL color Cylindrical-coordinate representation of color #074241: hue angle of 178.98º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074241 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB76665-
CMYK0.8900.020.74
HSL178.98º80.82%14.31%-
HSV(B)178.98º89.39%25.88%-
XYZ2.994.325.68-
YUV48.24137.4598.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=5.07%
G=47.83%
B=47.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766650.8900.020.74178.9880.8214.31
Hex7424159024Ab351e
Octal71021011310211226312116
Binary11110000101000001101100101010010101011001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074241; }

 p { color: rgb(7,66,65); }

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

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

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

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

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

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

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