Html Css Color HEX #51925A Fruit Salad

📋 copy color: '#51925A'

red 81 ◦ green 146 ◦ blue 90

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

Shades of Fruit Salad #51925A

Tints of Fruit Salad #51925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 25.55%
G = 46.06%
B = 28.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#51925A (or 0x51925A) is known color: Fruit Salad. HEX triplet: 51, 92 and 5A. RGB value is (81,146,90). Sum of RGB (Red+Green+Blue) = 81+146+90=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #51925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51925A is #AE6DA5. Grayscale: #787878. Windows color (decimal): -11431334 or 5935697. OLE color: 5935697.

HSL color Cylindrical-coordinate representation of color #51925A: hue angle of 128.31º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51925A is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 90 -
CMYK 0.45 0 0.38 0.43
HSL 128.31º 0.29% 0.45% -
HSV(B) 128.31º 0.45% 0.57% -
XYZ 15.52 23.05 13.3 -
YUV 120.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 81 146 90 0.45 0 0.38 0.43 128.31 0.29 0.45
Hex 51 92 5A 2D 0 26 2B 80 1D 2D
Octal 121 222 132 55 0 46 53 200 35 55
Binary 1010001 10010010 1011010 101101 0 100110 101011 10000000 11101 101101

Color Harmonies of #51925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51925A

Black with #51925A

Text Example


Text Example

White with #51925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51925A; }

 p { color: rgb(81,146,90); }

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

background-color css

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

 a { background-color: rgb(81,146,90); }

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

border-color css

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

 span { border-color: rgb(81,146,90); }

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