#08463D

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

Shades of Cyprus #08463D

Tints of Cyprus #08463D

Color information

#08463D (or 0x08463D) is unknown color: approx Cyprus. HEX triplet: 08, 46 and 3D. RGB value is (8,70,61). Sum of RGB (Red+Green+Blue) = 8+70+61=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #08463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463D is #F7B9C2. Grayscale: #323232. Windows color (decimal): -16234947 or 4015624. OLE color: 4015624.

HSL color Cylindrical-coordinate representation of color #08463D: hue angle of 171.29º 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 #08463D is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB87061-
CMYK0.8900.130.73
HSL171.29º79.49%15.29%-
HSV(B)171.29º88.57%27.45%-
XYZ3.134.775.17-
YUV50.44133.9697.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=5.76%
G=50.36%
B=43.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870610.8900.130.73171.2979.4915.29
Hex8463D590D49ab4ff
Octal101067513101511125311717
Binary1000100011011110110110010110110010011010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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