#0D3A39

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

Shades of Cyprus #0D3A39

Tints of Cyprus #0D3A39

Color information

#0D3A39 (or 0x0D3A39) is unknown color: approx Cyprus. HEX triplet: 0D, 3A and 39. RGB value is (13,58,57). Sum of RGB (Red+Green+Blue) = 13+58+57=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A39 is #F2C5C6. Grayscale: #2C2C2C. Windows color (decimal): -15910343 or 3750413. OLE color: 3750413.

HSL color Cylindrical-coordinate representation of color #0D3A39: hue angle of 178.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A39 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB135857-
CMYK0.7800.020.77
HSL178.67º63.38%13.92%-
HSV(B)178.67º77.59%22.75%-
XYZ2.423.414.4-
YUV44.43135.09105.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=10.16%
G=45.31%
B=44.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1358570.7800.020.77178.6763.3813.92
HexD3A394E024Db33fe
Octal157271116021152637716
Binary110111101011100110011100101001101101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,58,57); }

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

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

 a { background-color: rgb(13,58,57); }

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

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

 span { border-color: rgb(13,58,57); }

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