Html Css Color HEX #51997D Patina

📋 copy color: '#51997D'

red 81 ◦ green 153 ◦ blue 125

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

Shades of Patina #51997D

Tints of Patina #51997D

RGB

 RED value IS 81 (32.03% from 255) = 22.56%

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

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

R = 22.56%
G = 42.62%
B = 34.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#51997D (or 0x51997D) is known color: Patina. HEX triplet: 51, 99 and 7D. RGB value is (81,153,125). Sum of RGB (Red+Green+Blue) = 81+153+125=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #51997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51997D is #AE6682. Grayscale: #808080. Windows color (decimal): -11429507 or 8231249. OLE color: 8231249.

HSL color Cylindrical-coordinate representation of color #51997D: hue angle of 156.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51997D is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 125 -
CMYK 0.47 0 0.18 0.4
HSL 156.67º 0.31% 0.46% -
HSV(B) 156.67º 0.47% 0.6% -
XYZ 18.49 26.01 23.45 -
YUV 128.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 81 153 125 0.47 0 0.18 0.4 156.67 0.31 0.46
Hex 51 99 7D 2F 0 12 28 9D 1F 2E
Octal 121 231 175 57 0 22 50 235 37 56
Binary 1010001 10011001 1111101 101111 0 10010 101000 10011101 11111 101110

Color Harmonies of #51997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51997D

Black with #51997D

Text Example


Text Example

White with #51997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51997D; }

 p { color: rgb(81,153,125); }

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

background-color css

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

 a { background-color: rgb(81,153,125); }

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

border-color css

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

 span { border-color: rgb(81,153,125); }

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