#0D473F

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

Shades of Cyprus #0D473F

Tints of Cyprus #0D473F

Color information

#0D473F (or 0x0D473F) is unknown color: approx Cyprus. HEX triplet: 0D, 47 and 3F. RGB value is (13,71,63). Sum of RGB (Red+Green+Blue) = 13+71+63=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #0D473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D473F is #F2B8C0. Grayscale: #343434. Windows color (decimal): -15907009 or 4146957. OLE color: 4146957.

HSL color Cylindrical-coordinate representation of color #0D473F: hue angle of 171.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D473F is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB137163-
CMYK0.8200.110.72
HSL171.72º69.05%16.47%-
HSV(B)171.72º81.69%27.84%-
XYZ3.324.955.48-
YUV52.75133.7899.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 63 (25% from 255) = 42.86%
R=8.84%
G=48.30%
B=42.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1371630.8200.110.72171.7269.0516.47
HexD473F520B48ac4510
Octal151077712201311025410520
Binary11011000111111111101001001011100100010101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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