#00453D

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

Shades of Cyprus #00453D

Tints of Cyprus #00453D

Color information

#00453D (or 0x00453D) is unknown color: approx Cyprus. HEX triplet: 00, 45 and 3D. RGB value is (0,69,61). Sum of RGB (Red+Green+Blue) = 0+69+61=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #00453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00453D is #FFBAC2. Grayscale: #2F2F2F. Windows color (decimal): -16759491 or 4015360. OLE color: 4015360.

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

Color convert

RGB06961-
CMYK100.120.73
HSL173.04º100%13.53%-
HSV(B)173.04º100%27.06%-
XYZ2.974.595.14-
YUV47.46135.6494.15-

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.08%
BLUE value IS 61 (24.22% from 255) = 46.92%
R=0%
G=53.08%
B=46.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06961100.120.73173.0410013.53
Hex0453D640C49ad64e
Octal01057514401411125514416
Binary0100010111110111001000110010010011010110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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