#00453A

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

Shades of Cyprus #00453A

Tints of Cyprus #00453A

Color information

#00453A (or 0x00453A) is unknown color: approx Cyprus. HEX triplet: 00, 45 and 3A. RGB value is (0,69,58). Sum of RGB (Red+Green+Blue) = 0+69+58=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #00453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00453A is #FFBAC5. Grayscale: #2F2F2F. Windows color (decimal): -16759494 or 3818752. OLE color: 3818752.

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

Color convert

RGB06958-
CMYK100.160.73
HSL170.43º100%13.53%-
HSV(B)170.43º100%27.06%-
XYZ2.894.564.73-
YUV47.12134.1494.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=0%
G=54.33%
B=45.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06958100.160.73170.4310013.53
Hex0453A6401049aa64e
Octal01057214402011125214416
Binary01000101111010110010001000010010011010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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