Html Css Color HEX #004040 Cyprus

📋 copy color: '#004040'

red 0 ◦ green 64 ◦ blue 64

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

Shades of Cyprus #004040

Tints of Cyprus #004040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#004040 (or 0x004040) is known color: Cyprus. HEX triplet: 00, 40 and 40. RGB value is (0,64,64). Sum of RGB (Red+Green+Blue) = 0+64+64=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #004040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004040 is #FFBFBF. Grayscale: #2C2C2C. Windows color (decimal): -16760768 or 4210688. OLE color: 4210688.

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

Color convert

RGB 0 64 64 -
CMYK 1 0 0 0.75
HSL 180º 1% 0.13% -
HSV(B) 180º 1% 0.25% -
XYZ 2.76 4.04 5.48 -
YUV 44.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 0 64 64 1 0 0 0.75 180 1 0.13
Hex 0 40 40 64 0 0 4B B4 64 D
Octal 0 100 100 144 0 0 113 264 144 15
Binary 0 1000000 1000000 1100100 0 0 1001011 10110100 1100100 1101

Color Harmonies of #004040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004040

Black with #004040

Text Example


Text Example

White with #004040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004040; }

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

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

background-color css

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

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

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

border-color css

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

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

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