Html Css Color HEX #549B7D Patina

📋 copy color: '#549B7D'

red 84 ◦ green 155 ◦ blue 125

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

Shades of Patina #549B7D

Tints of Patina #549B7D

RGB

 RED value IS 84 (33.2% from 255) = 23.08%

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 23.08%
G = 42.58%
B = 34.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#549B7D (or 0x549B7D) is known color: Patina. HEX triplet: 54, 9B and 7D. RGB value is (84,155,125). Sum of RGB (Red+Green+Blue) = 84+155+125=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #549B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B7D is #AB6482. Grayscale: #828282. Windows color (decimal): -11232387 or 8231764. OLE color: 8231764.

HSL color Cylindrical-coordinate representation of color #549B7D: hue angle of 154.65º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B7D is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 125 -
CMYK 0.46 0 0.19 0.39
HSL 154.65º 0.3% 0.47% -
HSV(B) 154.65º 0.46% 0.61% -
XYZ 19.08 26.81 23.57 -
YUV 130.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 84 155 125 0.46 0 0.19 0.39 154.65 0.3 0.47
Hex 54 9B 7D 2E 0 13 27 9B 1E 2F
Octal 124 233 175 56 0 23 47 233 36 57
Binary 1010100 10011011 1111101 101110 0 10011 100111 10011011 11110 101111

Color Harmonies of #549B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B7D

Black with #549B7D

Text Example


Text Example

White with #549B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549B7D; }

 p { color: rgb(84,155,125); }

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

background-color css

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

 a { background-color: rgb(84,155,125); }

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

border-color css

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

 span { border-color: rgb(84,155,125); }

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