#074B41

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

Shades of Cyprus #074B41

Tints of Cyprus #074B41

Color information

#074B41 (or 0x074B41) is unknown color: approx Cyprus. HEX triplet: 07, 4B and 41. RGB value is (7,75,65). Sum of RGB (Red+Green+Blue) = 7+75+65=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #074B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B41 is #F8B4BE. Grayscale: #353535. Windows color (decimal): -16299199 or 4279047. OLE color: 4279047.

HSL color Cylindrical-coordinate representation of color #074B41: hue angle of 171.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B41 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB77565-
CMYK0.9100.130.71
HSL171.18º82.93%16.08%-
HSV(B)171.18º90.67%29.41%-
XYZ3.565.465.87-
YUV53.53134.4794.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=4.76%
G=51.02%
B=44.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal775650.9100.130.71171.1882.9316.08
Hex74B415B0D47ab5310
Octal711310113301510725312320
Binary11110010111000001101101101101100011110101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B41; }

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

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

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

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

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

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

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

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