Html Css Color HEX #00453F Cyprus

📋 copy color: '#00453F'

red 0 ◦ green 69 ◦ blue 63

#00453F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00453F

Tints of Cyprus #00453F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 69 (27.34% from 255) = 52.27%

 BLUE value IS 63 (25% from 255) = 47.73%

R = 0%
G = 52.27%
B = 47.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#00453F (or 0x00453F) is known color: Cyprus. HEX triplet: 00, 45 and 3F. RGB value is (0,69,63). Sum of RGB (Red+Green+Blue) = 0+69+63=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #00453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00453F is #FFBAC0. Grayscale: #2F2F2F. Windows color (decimal): -16759489 or 4146432. OLE color: 4146432.

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

Color convert

RGB 0 69 63 -
CMYK 1 0 0.09 0.73
HSL 174.78º 1% 0.14% -
HSV(B) 174.78º 1% 0.27% -
XYZ 3.03 4.62 5.43 -
YUV 47.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 0 69 63 1 0 0.09 0.73 174.78 1 0.14
Hex 0 45 3F 64 0 9 49 AF 64 E
Octal 0 105 77 144 0 11 111 257 144 16
Binary 0 1000101 111111 1100100 0 1001 1001001 10101111 1100100 1110

Color Harmonies of #00453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00453F

Black with #00453F

Text Example


Text Example

White with #00453F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00453F;
 }
 .AnyTagClassName
 {
   color: #00453F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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