#0D3B39

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

Shades of Cyprus #0D3B39

Tints of Cyprus #0D3B39

Color information

#0D3B39 (or 0x0D3B39) is unknown color: approx Cyprus. HEX triplet: 0D, 3B and 39. RGB value is (13,59,57). Sum of RGB (Red+Green+Blue) = 13+59+57=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #0D3B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B39 is #F2C4C6. Grayscale: #2C2C2C. Windows color (decimal): -15910087 or 3750669. OLE color: 3750669.

HSL color Cylindrical-coordinate representation of color #0D3B39: hue angle of 177.39º degrees, saturation: 0.64, 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 #0D3B39 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB135957-
CMYK0.7800.030.77
HSL177.39º63.89%14.12%-
HSV(B)177.39º77.97%23.14%-
XYZ2.473.514.42-
YUV45.02134.76105.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 59 (23.44% from 255) = 45.74%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=10.08%
G=45.74%
B=44.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1359570.7800.030.77177.3963.8914.12
HexD3B394E034Db140e
Octal1573711160311526110016
Binary1101111011111001100111001110011011011000110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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