Html Css Color HEX #054840 Cyprus

📋 copy color: '#054840'

red 5 ◦ green 72 ◦ blue 64

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

Shades of Cyprus #054840

Tints of Cyprus #054840

RGB

 RED value IS 5 (2.34% from 255) = 3.55%

 GREEN value IS 72 (28.52% from 255) = 51.06%

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

R = 3.55%
G = 51.06%
B = 45.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#054840 (or 0x054840) is known color: Cyprus. HEX triplet: 05, 48 and 40. RGB value is (5,72,64). Sum of RGB (Red+Green+Blue) = 5+72+64=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #054840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054840 is #FAB7BF. Grayscale: #333333. Windows color (decimal): -16431040 or 4212741. OLE color: 4212741.

HSL color Cylindrical-coordinate representation of color #054840: hue angle of 172.84º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054840 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 64 -
CMYK 0.93 0 0.11 0.72
HSL 172.84º 0.87% 0.15% -
HSV(B) 172.84º 0.93% 0.28% -
XYZ 3.31 5.04 5.65 -
YUV 51.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 5 72 64 0.93 0 0.11 0.72 172.84 0.87 0.15
Hex 5 48 40 5D 0 B 48 AD 57 F
Octal 5 110 100 135 0 13 110 255 127 17
Binary 101 1001000 1000000 1011101 0 1011 1001000 10101101 1010111 1111

Color Harmonies of #054840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054840

Black with #054840

Text Example


Text Example

White with #054840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054840; }

 p { color: rgb(5,72,64); }

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

background-color css

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

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

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

border-color css

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

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

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