Html Css Color HEX #54997F Patina

📋 copy color: '#54997F'

red 84 ◦ green 153 ◦ blue 127

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

Shades of Patina #54997F

Tints of Patina #54997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 23.08%
G = 42.03%
B = 34.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#54997F (or 0x54997F) is known color: Patina. HEX triplet: 54, 99 and 7F. RGB value is (84,153,127). Sum of RGB (Red+Green+Blue) = 84+153+127=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #54997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54997F is #AB6680. Grayscale: #818181. Windows color (decimal): -11232897 or 8362324. OLE color: 8362324.

HSL color Cylindrical-coordinate representation of color #54997F: hue angle of 157.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54997F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 127 -
CMYK 0.45 0 0.17 0.4
HSL 157.39º 0.29% 0.46% -
HSV(B) 157.39º 0.45% 0.6% -
XYZ 18.88 26.2 24.14 -
YUV 129.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 84 153 127 0.45 0 0.17 0.4 157.39 0.29 0.46
Hex 54 99 7F 2D 0 11 28 9D 1D 2E
Octal 124 231 177 55 0 21 50 235 35 56
Binary 1010100 10011001 1111111 101101 0 10001 101000 10011101 11101 101110

Color Harmonies of #54997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54997F

Black with #54997F

Text Example


Text Example

White with #54997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54997F; }

 p { color: rgb(84,153,127); }

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

background-color css

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

 a { background-color: rgb(84,153,127); }

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

border-color css

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

 span { border-color: rgb(84,153,127); }

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