#08443C

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

Shades of Cyprus #08443C

Tints of Cyprus #08443C

Color information

#08443C (or 0x08443C) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 3C. RGB value is (8,68,60). Sum of RGB (Red+Green+Blue) = 8+68+60=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #08443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08443C is #F7BBC3. Grayscale: #313131. Windows color (decimal): -16235460 or 3949576. OLE color: 3949576.

HSL color Cylindrical-coordinate representation of color #08443C: hue angle of 172º 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 #08443C is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB86860-
CMYK0.8800.120.73
HSL172º78.95%14.9%-
HSV(B)172º88.24%26.67%-
XYZ2.984.514.99-
YUV49.15134.1298.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=5.88%
G=50%
B=44.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868600.8800.120.7317278.9514.9
Hex8443C580C49ac4ff
Octal101047413001411125411717
Binary1000100010011110010110000110010010011010110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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