Html Css Color HEX #51947D Patina

📋 copy color: '#51947D'

red 81 ◦ green 148 ◦ blue 125

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

Shades of Patina #51947D

Tints of Patina #51947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 22.88%
G = 41.81%
B = 35.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#51947D (or 0x51947D) is known color: Patina. HEX triplet: 51, 94 and 7D. RGB value is (81,148,125). Sum of RGB (Red+Green+Blue) = 81+148+125=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #51947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51947D is #AE6B82. Grayscale: #7D7D7D. Windows color (decimal): -11430787 or 8229969. OLE color: 8229969.

HSL color Cylindrical-coordinate representation of color #51947D: hue angle of 159.4º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51947D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 125 -
CMYK 0.45 0 0.16 0.42
HSL 159.4º 0.29% 0.45% -
HSV(B) 159.4º 0.45% 0.58% -
XYZ 17.68 24.41 23.18 -
YUV 125.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 81 148 125 0.45 0 0.16 0.42 159.4 0.29 0.45
Hex 51 94 7D 2D 0 10 2A 9F 1D 2D
Octal 121 224 175 55 0 20 52 237 35 55
Binary 1010001 10010100 1111101 101101 0 10000 101010 10011111 11101 101101

Color Harmonies of #51947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51947D

Black with #51947D

Text Example


Text Example

White with #51947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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