#0C483F

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

Shades of Cyprus #0C483F

Tints of Cyprus #0C483F

Color information

#0C483F (or 0x0C483F) is unknown color: approx Cyprus. HEX triplet: 0C, 48 and 3F. RGB value is (12,72,63). Sum of RGB (Red+Green+Blue) = 12+72+63=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0C483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C483F is #F3B7C0. Grayscale: #353535. Windows color (decimal): -15972289 or 4147212. OLE color: 4147212.

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

Color convert

RGB127263-
CMYK0.8300.120.72
HSL171º71.43%16.47%-
HSV(B)171º83.33%28.24%-
XYZ3.375.075.5-
YUV53.03133.6298.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 63 (25% from 255) = 42.86%
R=8.16%
G=48.98%
B=42.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1272630.8300.120.7217171.4316.47
HexC483F530C48ab4710
Octal141107712301411025310720
Binary11001001000111111101001101100100100010101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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