#00453B

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

Shades of Cyprus #00453B

Tints of Cyprus #00453B

Color information

#00453B (or 0x00453B) is unknown color: approx Cyprus. HEX triplet: 00, 45 and 3B. RGB value is (0,69,59). Sum of RGB (Red+Green+Blue) = 0+69+59=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #00453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00453B is #FFBAC4. Grayscale: #2F2F2F. Windows color (decimal): -16759493 or 3884288. OLE color: 3884288.

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

Color convert

RGB06959-
CMYK100.140.73
HSL171.3º100%13.53%-
HSV(B)171.3º100%27.06%-
XYZ2.924.574.87-
YUV47.23134.6494.31-

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) = 53.91%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=0%
G=53.91%
B=46.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06959100.140.73171.310013.53
Hex0453B640E49ab64e
Octal01057314401611125314416
Binary0100010111101111001000111010010011010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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