#0D483F

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

Shades of Cyprus #0D483F

Tints of Cyprus #0D483F

Color information

#0D483F (or 0x0D483F) is unknown color: approx Cyprus. HEX triplet: 0D, 48 and 3F. RGB value is (13,72,63). Sum of RGB (Red+Green+Blue) = 13+72+63=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #0D483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D483F is #F2B7C0. Grayscale: #353535. Windows color (decimal): -15906753 or 4147213. OLE color: 4147213.

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

Color convert

RGB137263-
CMYK0.8200.120.72
HSL170.85º69.41%16.67%-
HSV(B)170.85º81.94%28.24%-
XYZ3.385.085.5-
YUV53.33133.4599.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 63 (25% from 255) = 42.57%
R=8.78%
G=48.65%
B=42.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1372630.8200.120.72170.8569.4116.67
HexD483F520C48ab4511
Octal151107712201411025310521
Binary11011001000111111101001001100100100010101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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