#0D443D

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

Shades of Cyprus #0D443D

Tints of Cyprus #0D443D

Color information

#0D443D (or 0x0D443D) is unknown color: approx Cyprus. HEX triplet: 0D, 44 and 3D. RGB value is (13,68,61). Sum of RGB (Red+Green+Blue) = 13+68+61=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #0D443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D443D is #F2BBC2. Grayscale: #323232. Windows color (decimal): -15907779 or 4015117. OLE color: 4015117.

HSL color Cylindrical-coordinate representation of color #0D443D: hue angle of 172.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D443D is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB136861-
CMYK0.8100.100.73
HSL172.36º67.9%15.88%-
HSV(B)172.36º80.88%26.67%-
XYZ3.084.565.13-
YUV50.76133.78101.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=9.15%
G=47.89%
B=42.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368610.8100.100.73172.3667.915.88
HexD443D510A49ac4410
Octal151047512101211125410420
Binary11011000100111101101000101010100100110101100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,61); }

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

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

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

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

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

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

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