Html Css Color HEX #00443A Cyprus

📋 copy color: '#00443A'

red 0 ◦ green 68 ◦ blue 58

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

Shades of Cyprus #00443A

Tints of Cyprus #00443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.97%

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 0%
G = 53.97%
B = 46.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#00443A (or 0x00443A) is known color: Cyprus. HEX triplet: 00, 44 and 3A. RGB value is (0,68,58). Sum of RGB (Red+Green+Blue) = 0+68+58=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #00443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00443A is #FFBBC5. Grayscale: #2E2E2E. Windows color (decimal): -16759750 or 3818496. OLE color: 3818496.

HSL color Cylindrical-coordinate representation of color #00443A: hue angle of 171.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00443A is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 68 58 -
CMYK 1 0 0.15 0.73
HSL 171.18º 1% 0.13% -
HSV(B) 171.18º 1% 0.27% -
XYZ 2.83 4.44 4.71 -
YUV 46.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 0 68 58 1 0 0.15 0.73 171.18 1 0.13
Hex 0 44 3A 64 0 F 49 AB 64 D
Octal 0 104 72 144 0 17 111 253 144 15
Binary 0 1000100 111010 1100100 0 1111 1001001 10101011 1100100 1101

Color Harmonies of #00443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00443A

Black with #00443A

Text Example


Text Example

White with #00443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00443A;
 }
 .AnyTagClassName
 {
   color: #00443A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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