#0D534F

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

Shades of Cyprus #0D534F

Tints of Cyprus #0D534F

Color information

#0D534F (or 0x0D534F) is unknown color: approx Cyprus. HEX triplet: 0D, 53 and 4F. RGB value is (13,83,79). Sum of RGB (Red+Green+Blue) = 13+83+79=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #0D534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D534F is #F2ACB0. Grayscale: #3D3D3D. Windows color (decimal): -15903921 or 5198605. OLE color: 5198605.

HSL color Cylindrical-coordinate representation of color #0D534F: hue angle of 176.57º degrees, saturation: 0.73, 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 #0D534F is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB138379-
CMYK0.8400.050.67
HSL176.57º72.92%18.82%-
HSV(B)176.57º84.34%32.55%-
XYZ4.676.848.47-
YUV61.61137.8193.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=7.43%
G=47.43%
B=45.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1383790.8400.050.67176.5772.9218.82
HexD534F540543b14913
Octal151231171240510326111123
Binary11011010011100111110101000101100001110110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,79); }

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

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

 a { background-color: rgb(13,83,79); }

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

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

 span { border-color: rgb(13,83,79); }

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