#00463A

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

Shades of Cyprus #00463A

Tints of Cyprus #00463A

Color information

#00463A (or 0x00463A) is unknown color: approx Cyprus. HEX triplet: 00, 46 and 3A. RGB value is (0,70,58). Sum of RGB (Red+Green+Blue) = 0+70+58=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #00463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00463A is #FFB9C5. Grayscale: #2F2F2F. Windows color (decimal): -16759238 or 3819008. OLE color: 3819008.

HSL color Cylindrical-coordinate representation of color #00463A: hue angle of 169.71º 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 #00463A is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB07058-
CMYK100.170.73
HSL169.71º100%13.73%-
HSV(B)169.71º100%27.45%-
XYZ2.954.694.75-
YUV47.7133.8193.98-

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) = 54.69%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=0%
G=54.69%
B=45.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07058100.170.73169.7110013.73
Hex0463A6401149aa64e
Octal01067214402111125214416
Binary01000110111010110010001000110010011010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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