#07473F

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

Shades of Cyprus #07473F

Tints of Cyprus #07473F

Color information

#07473F (or 0x07473F) is unknown color: approx Cyprus. HEX triplet: 07, 47 and 3F. RGB value is (7,71,63). Sum of RGB (Red+Green+Blue) = 7+71+63=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #07473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07473F is #F8B8C0. Grayscale: #323232. Windows color (decimal): -16300225 or 4146951. OLE color: 4146951.

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

Color convert

RGB77163-
CMYK0.9000.110.72
HSL172.5º82.05%15.29%-
HSV(B)172.5º90.14%27.84%-
XYZ3.244.915.48-
YUV50.95134.896.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 63 (25% from 255) = 44.68%
R=4.96%
G=50.35%
B=44.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771630.9000.110.72172.582.0515.29
Hex7473F5A0B48ac52f
Octal71077713201311025412217
Binary111100011111111110110100101110010001010110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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