Html Css Color HEX #004943 Cyprus

📋 copy color: '#004943'

red 0 ◦ green 73 ◦ blue 67

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

Shades of Cyprus #004943

Tints of Cyprus #004943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 67 (26.56% from 255) = 47.86%

R = 0%
G = 52.14%
B = 47.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#004943 (or 0x004943) is known color: Cyprus. HEX triplet: 00, 49 and 43. RGB value is (0,73,67). Sum of RGB (Red+Green+Blue) = 0+73+67=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #004943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004943 is #FFB6BC. Grayscale: #323232. Windows color (decimal): -16758461 or 4409600. OLE color: 4409600.

HSL color Cylindrical-coordinate representation of color #004943: hue angle of 175.07º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004943 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 67 -
CMYK 1 0 0.08 0.71
HSL 175.07º 1% 0.14% -
HSV(B) 175.07º 1% 0.29% -
XYZ 3.4 5.17 6.13 -
YUV 50.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 0 73 67 1 0 0.08 0.71 175.07 1 0.14
Hex 0 49 43 64 0 8 47 AF 64 E
Octal 0 111 103 144 0 10 107 257 144 16
Binary 0 1001001 1000011 1100100 0 1000 1000111 10101111 1100100 1110

Color Harmonies of #004943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004943

Black with #004943

Text Example


Text Example

White with #004943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004943; }

 p { color: rgb(0,73,67); }

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

background-color css

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

 a { background-color: rgb(0,73,67); }

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

border-color css

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

 span { border-color: rgb(0,73,67); }

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