#08473F

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

Shades of Cyprus #08473F

Tints of Cyprus #08473F

Color information

#08473F (or 0x08473F) is unknown color: approx Cyprus. HEX triplet: 08, 47 and 3F. RGB value is (8,71,63). Sum of RGB (Red+Green+Blue) = 8+71+63=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #08473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08473F is #F7B8C0. Grayscale: #333333. Windows color (decimal): -16234689 or 4146952. OLE color: 4146952.

HSL color Cylindrical-coordinate representation of color #08473F: hue angle of 172.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08473F is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB87163-
CMYK0.8900.110.72
HSL172.38º79.75%15.49%-
HSV(B)172.38º88.73%27.84%-
XYZ3.254.925.48-
YUV51.25134.6397.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 63 (25% from 255) = 44.37%
R=5.63%
G=50%
B=44.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871630.8900.110.72172.3879.7515.49
Hex8473F590B48ac50f
Octal101077713101311025412017
Binary1000100011111111110110010101110010001010110010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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