Html Css Color HEX #005440 Cyprus

📋 copy color: '#005440'

red 0 ◦ green 84 ◦ blue 64

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

Shades of Cyprus #005440

Tints of Cyprus #005440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

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

R = 0%
G = 56.76%
B = 43.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#005440 (or 0x005440) is known color: Cyprus. HEX triplet: 00, 54 and 40. RGB value is (0,84,64). Sum of RGB (Red+Green+Blue) = 0+84+64=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #005440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005440 is #FFABBF. Grayscale: #383838. Windows color (decimal): -16755648 or 4215808. OLE color: 4215808.

HSL color Cylindrical-coordinate representation of color #005440: hue angle of 165.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005440 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 64 -
CMYK 1 0 0.24 0.67
HSL 165.71º 1% 0.16% -
HSV(B) 165.71º 1% 0.33% -
XYZ 4.1 6.71 5.93 -
YUV 56.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 0 84 64 1 0 0.24 0.67 165.71 1 0.16
Hex 0 54 40 64 0 18 43 A6 64 10
Octal 0 124 100 144 0 30 103 246 144 20
Binary 0 1010100 1000000 1100100 0 11000 1000011 10100110 1100100 10000

Color Harmonies of #005440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005440

Black with #005440

Text Example


Text Example

White with #005440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005440; }

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

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

background-color css

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

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

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

border-color css

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

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

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