#0D403D

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

Shades of Cyprus #0D403D

Tints of Cyprus #0D403D

Color information

#0D403D (or 0x0D403D) is unknown color: approx Cyprus. HEX triplet: 0D, 40 and 3D. RGB value is (13,64,61). Sum of RGB (Red+Green+Blue) = 13+64+61=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #0D403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D403D is #F2BFC2. Grayscale: #303030. Windows color (decimal): -15908803 or 4014093. OLE color: 4014093.

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

Color convert

RGB136461-
CMYK0.8000.050.75
HSL176.47º66.23%15.1%-
HSV(B)176.47º79.69%25.1%-
XYZ2.844.095.05-
YUV48.41135.1102.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.42%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=9.42%
G=46.38%
B=44.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1364610.8000.050.75176.4766.2315.1
HexD403D50054Bb042f
Octal15100751200511326010217
Binary110110000001111011010000010110010111011000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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