#08443E

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

Shades of Cyprus #08443E

Tints of Cyprus #08443E

Color information

#08443E (or 0x08443E) is unknown color: approx Cyprus. HEX triplet: 08, 44 and 3E. RGB value is (8,68,62). Sum of RGB (Red+Green+Blue) = 8+68+62=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #08443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08443E is #F7BBC1. Grayscale: #313131. Windows color (decimal): -16235458 or 4080648. OLE color: 4080648.

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

Color convert

RGB86862-
CMYK0.8800.090.73
HSL174º78.95%14.9%-
HSV(B)174º88.24%26.67%-
XYZ3.044.535.27-
YUV49.38135.1298.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=5.80%
G=49.28%
B=44.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868620.8800.090.7317478.9514.9
Hex8443E580949ae4ff
Octal101047613001111125611717
Binary1000100010011111010110000100110010011010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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