Html Css Color HEX #004440 Cyprus

📋 copy color: '#004440'

red 0 ◦ green 68 ◦ blue 64

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

Shades of Cyprus #004440

Tints of Cyprus #004440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 0%
G = 51.52%
B = 48.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#004440 (or 0x004440) is known color: Cyprus. HEX triplet: 00, 44 and 40. RGB value is (0,68,64). Sum of RGB (Red+Green+Blue) = 0+68+64=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #004440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004440 is #FFBBBF. Grayscale: #2F2F2F. Windows color (decimal): -16759744 or 4211712. OLE color: 4211712.

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

Color convert

RGB 0 68 64 -
CMYK 1 0 0.06 0.73
HSL 176.47º 1% 0.13% -
HSV(B) 176.47º 1% 0.27% -
XYZ 2.99 4.5 5.56 -
YUV 47.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 0 68 64 1 0 0.06 0.73 176.47 1 0.13
Hex 0 44 40 64 0 6 49 B0 64 D
Octal 0 104 100 144 0 6 111 260 144 15
Binary 0 1000100 1000000 1100100 0 110 1001001 10110000 1100100 1101

Color Harmonies of #004440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004440

Black with #004440

Text Example


Text Example

White with #004440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004440; }

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

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

background-color css

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

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

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

border-color css

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

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

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