Html Css Color HEX #054940 Cyprus

📋 copy color: '#054940'

red 5 ◦ green 73 ◦ blue 64

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

Shades of Cyprus #054940

Tints of Cyprus #054940

RGB

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

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

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

R = 3.52%
G = 51.41%
B = 45.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#054940 (or 0x054940) is known color: Cyprus. HEX triplet: 05, 49 and 40. RGB value is (5,73,64). Sum of RGB (Red+Green+Blue) = 5+73+64=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #054940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054940 is #FAB6BF. Grayscale: #333333. Windows color (decimal): -16430784 or 4212997. OLE color: 4212997.

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

Color convert

RGB 5 73 64 -
CMYK 0.93 0 0.12 0.71
HSL 172.06º 0.87% 0.15% -
HSV(B) 172.06º 0.93% 0.29% -
XYZ 3.37 5.17 5.67 -
YUV 51.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 5 73 64 0.93 0 0.12 0.71 172.06 0.87 0.15
Hex 5 49 40 5D 0 C 47 AC 57 F
Octal 5 111 100 135 0 14 107 254 127 17
Binary 101 1001001 1000000 1011101 0 1100 1000111 10101100 1010111 1111

Color Harmonies of #054940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054940

Black with #054940

Text Example


Text Example

White with #054940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054940; }

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

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

background-color css

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

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

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

border-color css

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

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

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