#0D4E42

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

Shades of Cyprus #0D4E42

Tints of Cyprus #0D4E42

Color information

#0D4E42 (or 0x0D4E42) is unknown color: approx Cyprus. HEX triplet: 0D, 4E and 42. RGB value is (13,78,66). Sum of RGB (Red+Green+Blue) = 13+78+66=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E42 is #F2B1BD. Grayscale: #393939. Windows color (decimal): -15905214 or 4345357. OLE color: 4345357.

HSL color Cylindrical-coordinate representation of color #0D4E42: hue angle of 168.92º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E42 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB137866-
CMYK0.8300.150.69
HSL168.92º71.43%17.84%-
HSV(B)168.92º83.33%30.59%-
XYZ3.875.936.09-
YUV57.2132.9796.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=8.28%
G=49.68%
B=42.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1378660.8300.150.69168.9271.4317.84
HexD4E42530F45a94712
Octal1511610212301710525110722
Binary110110011101000010101001101111100010110101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,78,66); }

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

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

 a { background-color: rgb(13,78,66); }

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

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

 span { border-color: rgb(13,78,66); }

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