#074544

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

Shades of Cyprus #074544

Tints of Cyprus #074544

Color information

#074544 (or 0x074544) is unknown color: approx Cyprus. HEX triplet: 07, 45 and 44. RGB value is (7,69,68). Sum of RGB (Red+Green+Blue) = 7+69+68=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #074544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074544 is #F8BABB. Grayscale: #323232. Windows color (decimal): -16300732 or 4474119. OLE color: 4474119.

HSL color Cylindrical-coordinate representation of color #074544: hue angle of 179.03º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074544 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB76968-
CMYK0.9000.010.73
HSL179.03º81.58%14.9%-
HSV(B)179.03º89.86%27.06%-
XYZ3.264.726.21-
YUV50.35137.9697.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=4.86%
G=47.92%
B=47.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769680.9000.010.73179.0381.5814.9
Hex745445A0149b352f
Octal71051041320111126312217
Binary1111000101100010010110100110010011011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074544; }

 p { color: rgb(7,69,68); }

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

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

 a { background-color: rgb(7,69,68); }

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

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

 span { border-color: rgb(7,69,68); }

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