#0E5548

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

Shades of Cyprus #0E5548

Tints of Cyprus #0E5548

Color information

#0E5548 (or 0x0E5548) is unknown color: approx Cyprus. HEX triplet: 0E, 55 and 48. RGB value is (14,85,72). Sum of RGB (Red+Green+Blue) = 14+85+72=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5548 is #F1AAB7. Grayscale: #3E3E3E. Windows color (decimal): -15837880 or 4740366. OLE color: 4740366.

HSL color Cylindrical-coordinate representation of color #0E5548: hue angle of 169.01º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5548 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB148572-
CMYK0.8400.150.67
HSL169.01º71.72%19.41%-
HSV(B)169.01º83.53%33.33%-
XYZ4.67.067.25-
YUV62.29133.4893.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=8.19%
G=49.71%
B=42.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485720.8400.150.67169.0171.7219.41
HexE5548540F43a94813
Octal1612511012401710325111023
Binary111010101011001000101010001111100001110101001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5548; }

 p { color: rgb(14,85,72); }

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

<style>
 a { background-color: #0E5548; }

 a { background-color: rgb(14,85,72); }

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

<style>
 span { border-color: #0E5548; }

 span { border-color: rgb(14,85,72); }

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