#08443F

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

Shades of Cyprus #08443F

Tints of Cyprus #08443F

Color information

#08443F (or 0x08443F) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 3F. RGB value is (8,68,63). Sum of RGB (Red+Green+Blue) = 8+68+63=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #08443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08443F is #F7BBC0. Grayscale: #313131. Windows color (decimal): -16235457 or 4146184. OLE color: 4146184.

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

Color convert

RGB86863-
CMYK0.8800.070.73
HSL175º78.95%14.9%-
HSV(B)175º88.24%26.67%-
XYZ3.064.545.42-
YUV49.49135.6298.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 63 (25% from 255) = 45.32%
R=5.76%
G=48.92%
B=45.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868630.8800.070.7317578.9514.9
Hex8443F580749af4ff
Octal10104771300711125711717
Binary100010001001111111011000011110010011010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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