#08463F

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

Shades of Cyprus #08463F

Tints of Cyprus #08463F

Color information

#08463F (or 0x08463F) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 3F. RGB value is (8,70,63). Sum of RGB (Red+Green+Blue) = 8+70+63=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #08463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463F is #F7B9C0. Grayscale: #323232. Windows color (decimal): -16234945 or 4146696. OLE color: 4146696.

HSL color Cylindrical-coordinate representation of color #08463F: hue angle of 173.23º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08463F is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB87063-
CMYK0.8900.100.73
HSL173.23º79.49%15.29%-
HSV(B)173.23º88.57%27.45%-
XYZ3.194.795.46-
YUV50.66134.9697.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 63 (25% from 255) = 44.68%
R=5.67%
G=49.65%
B=44.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870630.8900.100.73173.2379.4915.29
Hex8463F590A49ad4ff
Octal101067713101211125511717
Binary1000100011011111110110010101010010011010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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