#07473E

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

Shades of Cyprus #07473E

Tints of Cyprus #07473E

Color information

#07473E (or 0x07473E) is unknown color: approx Cyprus. HEX triplet: 07, 47 and 3E. RGB value is (7,71,62). Sum of RGB (Red+Green+Blue) = 7+71+62=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #07473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473E is #F8B8C1. Grayscale: #323232. Windows color (decimal): -16300226 or 4081415. OLE color: 4081415.

HSL color Cylindrical-coordinate representation of color #07473E: hue angle of 171.56º 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 #07473E is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB77162-
CMYK0.9000.130.72
HSL171.56º82.05%15.29%-
HSV(B)171.56º90.14%27.84%-
XYZ3.214.95.33-
YUV50.84134.396.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=5%
G=50.71%
B=44.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771620.9000.130.72171.5682.0515.29
Hex7473E5A0D48ac52f
Octal71077613201511025412217
Binary111100011111111010110100110110010001010110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07473E; }

 p { color: rgb(7,71,62); }

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

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

 a { background-color: rgb(7,71,62); }

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

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

 span { border-color: rgb(7,71,62); }

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