#0D594B

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

Shades of Cyprus #0D594B

Tints of Cyprus #0D594B

Color information

#0D594B (or 0x0D594B) is unknown color: approx Cyprus. HEX triplet: 0D, 59 and 4B. RGB value is (13,89,75). Sum of RGB (Red+Green+Blue) = 13+89+75=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #0D594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D594B is #F2A6B4. Grayscale: #404040. Windows color (decimal): -15902389 or 4937997. OLE color: 4937997.

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

Color convert

RGB138975-
CMYK0.8500.160.65
HSL168.95º74.51%20%-
HSV(B)168.95º85.39%34.9%-
XYZ5.017.747.89-
YUV64.68133.8291.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.34%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=7.34%
G=50.28%
B=42.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1389750.8500.160.65168.9574.5120
HexD594B5501041a94b14
Octal1513111312502010125111324
Binary1101101100110010111010101010000100000110101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,89,75); }

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

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

 a { background-color: rgb(13,89,75); }

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

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

 span { border-color: rgb(13,89,75); }

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