#0D4D46

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

Shades of Cyprus #0D4D46

Tints of Cyprus #0D4D46

Color information

#0D4D46 (or 0x0D4D46) is unknown color: approx Cyprus. HEX triplet: 0D, 4D and 46. RGB value is (13,77,70). Sum of RGB (Red+Green+Blue) = 13+77+70=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D46 is #F2B2B9. Grayscale: #393939. Windows color (decimal): -15905466 or 4607245. OLE color: 4607245.

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

Color convert

RGB137770-
CMYK0.8300.090.70
HSL173.44º71.11%17.65%-
HSV(B)173.44º83.12%30.2%-
XYZ3.935.846.71-
YUV57.07135.396.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.12%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=8.12%
G=48.12%
B=43.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1377700.8300.090.70173.4471.1117.65
HexD4D46530946ad4712
Octal1511510612301110625510722
Binary110110011011000110101001101001100011010101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,70); }

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

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

 a { background-color: rgb(13,77,70); }

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

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

 span { border-color: rgb(13,77,70); }

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