#00463C

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

Shades of Cyprus #00463C

Tints of Cyprus #00463C

Color information

#00463C (or 0x00463C) is unknown color: approx Cyprus. HEX triplet: 00, 46 and 3C. RGB value is (0,70,60). Sum of RGB (Red+Green+Blue) = 0+70+60=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #00463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463C is #FFB9C3. Grayscale: #2F2F2F. Windows color (decimal): -16759236 or 3950080. OLE color: 3950080.

HSL color Cylindrical-coordinate representation of color #00463C: hue angle of 171.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00463C is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB07060-
CMYK100.140.73
HSL171.43º100%13.73%-
HSV(B)171.43º100%27.45%-
XYZ3.014.715.03-
YUV47.93134.8193.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=0%
G=53.85%
B=46.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07060100.140.73171.4310013.73
Hex0463C640E49ab64e
Octal01067414401611125314416
Binary0100011011110011001000111010010011010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00463C; }

 p { color: rgb(0,70,60); }

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

<style>
 a { background-color: #00463C; }

 a { background-color: rgb(0,70,60); }

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

<style>
 span { border-color: #00463C; }

 span { border-color: rgb(0,70,60); }

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