#08453E

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

Shades of Cyprus #08453E

Tints of Cyprus #08453E

Color information

#08453E (or 0x08453E) is unknown color: approx Cyprus. HEX triplet: 08, 45 and 3E. RGB value is (8,69,62). Sum of RGB (Red+Green+Blue) = 8+69+62=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #08453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08453E is #F7BAC1. Grayscale: #313131. Windows color (decimal): -16235202 or 4080904. OLE color: 4080904.

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

Color convert

RGB86962-
CMYK0.8800.100.73
HSL173.11º79.22%15.1%-
HSV(B)173.11º88.41%27.06%-
XYZ3.14.665.29-
YUV49.96134.7998.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 62 (24.61% from 255) = 44.60%
R=5.76%
G=49.64%
B=44.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869620.8800.100.73173.1179.2215.1
Hex8453E580A49ad4ff
Octal101057613001211125511717
Binary1000100010111111010110000101010010011010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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