#074841

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

Shades of Cyprus #074841

Tints of Cyprus #074841

Color information

#074841 (or 0x074841) is unknown color: approx Cyprus. HEX triplet: 07, 48 and 41. RGB value is (7,72,65). Sum of RGB (Red+Green+Blue) = 7+72+65=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #074841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074841 is #F8B7BE. Grayscale: #333333. Windows color (decimal): -16299967 or 4278279. OLE color: 4278279.

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

Color convert

RGB77265-
CMYK0.9000.100.72
HSL173.54º82.28%15.49%-
HSV(B)173.54º90.28%28.24%-
XYZ3.365.065.8-
YUV51.77135.4796.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=4.86%
G=50%
B=45.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal772650.9000.100.72173.5482.2815.49
Hex748415A0A48ae52f
Octal711010113201211025612217
Binary1111001000100000110110100101010010001010111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074841; }

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

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

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

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

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

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

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

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