#0E5848

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

Shades of Cyprus #0E5848

Tints of Cyprus #0E5848

Color information

#0E5848 (or 0x0E5848) is unknown color: approx Cyprus. HEX triplet: 0E, 58 and 48. RGB value is (14,88,72). Sum of RGB (Red+Green+Blue) = 14+88+72=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #0E5848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5848 is #F1A7B7. Grayscale: #404040. Windows color (decimal): -15837112 or 4741134. OLE color: 4741134.

HSL color Cylindrical-coordinate representation of color #0E5848: hue angle of 167.03º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5848 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB148872-
CMYK0.8400.180.65
HSL167.03º72.55%20%-
HSV(B)167.03º84.09%34.51%-
XYZ4.847.547.33-
YUV64.05132.4892.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=8.05%
G=50.57%
B=41.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1488720.8400.180.65167.0372.5520
HexE58485401241a74914
Octal1613011012402210124711124
Binary1110101100010010001010100010010100000110100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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