#0D3F3F

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

Shades of Cyprus #0D3F3F

Tints of Cyprus #0D3F3F

Color information

#0D3F3F (or 0x0D3F3F) is unknown color: approx Cyprus. HEX triplet: 0D, 3F and 3F. RGB value is (13,63,63). Sum of RGB (Red+Green+Blue) = 13+63+63=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #0D3F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3F3F is #F2C0C0. Grayscale: #2F2F2F. Windows color (decimal): -15909057 or 4144909. OLE color: 4144909.

HSL color Cylindrical-coordinate representation of color #0D3F3F: hue angle of 180º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3F3F is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB136363-
CMYK0.79000.75
HSL180º65.79%14.9%-
HSV(B)180º79.37%24.71%-
XYZ2.8445.32-
YUV48.05136.44103-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.35%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 63 (25% from 255) = 45.32%
R=9.35%
G=45.32%
B=45.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1363630.79000.7518065.7914.9
HexD3F3F4F004Bb442f
Octal1577771170011326410217
Binary110111111111111110011110010010111011010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,63,63); }

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

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

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

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

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

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

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